I need a static build of this tool, so I followed the instructions and added LDFLAGS="-all-static" to the make command. The compete build chain was:
autoreconf -vif
./configure
make LDFLAGS="-all-static"
scp ./src/sighttpd richard@myserver:tools/./configure
make LDFLAGS="-all-static"
NOTE: you'll need to have shcodecs-record is in search path.
No comments:
Post a Comment