]> git.pld-linux.org Git - packages/snort.git/commitdiff
- blah
authormisi3k <misi3k@pld-linux.org>
Sun, 10 Aug 2003 19:23:05 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    snort-libnet1.patch -> 1.3

snort-libnet1.patch

index cebc35c8af2c81fb1cf8062189762d2c101c15b2..5c8f5861cec0762018209a948ffc44058d243e84 100644 (file)
@@ -23,7 +23,7 @@ diff -Nur snort-2.0.0.org/src/detection-plugins/sp_respond.c snort-2.0.0/src/det
  #include "decode.h"
  #include "rules.h"
 --- snort-2.0.1/configure.in.orig      2003-08-07 12:28:49.000000000 +0200
-+++ snort-2.0.1/configure.in   2003-08-07 12:53:49.000000000 +0200
++++ snort-2.0.1/configure.in   2003-08-10 21:25:51.000000000 +0200
 @@ -598,26 +598,25 @@
  
  AC_ARG_ENABLE(flexresp,
@@ -71,7 +71,8 @@ diff -Nur snort-2.0.0.org/src/detection-plugins/sp_respond.c snort-2.0.0/src/det
 +    libnet_dir=`libnet1-config --cflags | cut -dI -f2`
    fi
  
-   LIBNET_INC_DIR=""
+-  LIBNET_INC_DIR=""
++  LIBNET_INC_DIR="/usr/include/libnet1"
    for i in $libnet_dir; do
 -    if test -r $i/libnet.h; then
 +    if test -r $i/libnet1.h; then
@@ -99,7 +100,7 @@ diff -Nur snort-2.0.0.org/src/detection-plugins/sp_respond.c snort-2.0.0/src/det
  
    LNET=""
 -  AC_CHECK_LIB(net, libnet_build_ip,, LNET="no")
-+  AC_CHECK_LIB(net1, libnet1_build_ip,, LNET="no")
++  AC_CHECK_LIB(net1, libnet_build_ip,, LNET="no")
    if test "$LNET" = "no"; then
      echo
      echo "   ERROR!  Libnet library not found, go get it from"
This page took 0.030074 seconds and 4 git commands to generate.