snort: introducing inline snort support via nfq daq

This commit is contained in:
Aycan iRiCAN
2015-10-02 10:11:04 +03:00
parent 922d3ec839
commit 6b84f5cd61
3 changed files with 15 additions and 5 deletions

View File

@@ -10,10 +10,10 @@ stdenv.mkDerivation {
sha1 = "71302be302e84fc19b559e811951b5d600d976f8";
};
configureFlags = [ "--enable-shared" ]; # shared libs required by hyenae
buildInputs = [ automake autoconf libtool ];
CFLAGS="-fPIC";
# .so endings are missing (quick and dirty fix)
postInstall = ''
for i in $out/lib/*; do