From: Rob M. <rv...@ca...> - 2003-11-12 01:57:46
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Try this, Rob correct me if I'm wrong. > > LDFLAGS="-static" ./configure --enable-inline Almost ;) If you edit the Makefile and then run ./configure, the configure script will create a new Makefile and your changes will be lost. You need to first run ./configure (you don't need the --enable-inline) then edit the src/Makefile. Either changing the snort_LDFLAGS or LDFLAGS should work. Rob -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 Comment: Made with pgp4pine 1.76 iQA/AwUBP7GW6PnAyY+9KLjdEQKstACeLmreldakuZvd1BIisBk4Z/fArDIAnRcx Pft5o6itdT2oAl1NOqZCOq5e =vToN -----END PGP SIGNATURE----- |