Greg Freemyer changed bug 795968
What Removed Added
CC   Greg.Freemyer@gmail.com

Comment # 7 on bug 795968 from
I know this is closed, but Suricata 3.1.2 is now using these same packages.

The "fix" was to use the correct configure statement:

%configure --enable-nfqueue \
           --with-libnetfilter_queue-includes=`pkg-config libnetfilter_queue
--variable=includedir` \
           --with-libnetfilter_log-includes=`pkg-config libnetfilter_log
--variable=includedir` \
           --with-libnfnetlink-includes=`pkg-config libnfnetlink
--variable=includedir` \
           --enable-prelude \
           --enable-gccprotect \
           --enable-old-barnyard2 \
           --enable-non-bundled-htp \
           --enable-geoip \
           --enable-lua \
           --enable-hiredis


You are receiving this mail because: