Issue that src/bin/Makefile uses "/" as a temp directory
There is an issue that when you execute the command "make" for building bounce hammer, src/cgi/Makefile uses "/" as a temporary directory. This bug is caused that an undefined macro is used in the Makefile.
If you run the "make" command as a non-root user, the build will be failed with the message "cp: /api.cgi: Permission denied *** Error code 1". To fix the problem, download Patch(001_src-cgi-makefile.patch) and apply the patch before ./configure.
If you have already installed bouncehammer, please delete 2 files that may be remained at "/" directory: /api.cgi and /bouncehammer.cgi .
