]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- ac fix for 3.7.2/Ra
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Feb 2004 15:40:19 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcpdump-acfix.patch -> 1.1.2.1

tcpdump-acfix.patch [new file with mode: 0644]

diff --git a/tcpdump-acfix.patch b/tcpdump-acfix.patch
new file mode 100644 (file)
index 0000000..3768235
--- /dev/null
@@ -0,0 +1,65 @@
+--- tcpdump-3.7.2/configure.in.orig    Tue Feb  3 16:23:14 2004
++++ tcpdump-3.7.2/configure.in Tue Feb  3 16:24:47 2004
+@@ -150,7 +150,7 @@
+               case $i in
+               inria)
+                       dnl http://www.kame.net/
+-                      AC_EGREP_CPP(yes, [dnl
++                      AC_EGREP_CPP(yes, [
+ #include <netinet/in.h>
+ #ifdef IPV6_INRIA_VERSION
+ yes
+@@ -160,7 +160,7 @@
+                       ;;
+               kame)
+                       dnl http://www.kame.net/
+-                      AC_EGREP_CPP(yes, [dnl
++                      AC_EGREP_CPP(yes, [
+ #include <netinet/in.h>
+ #ifdef __KAME__
+ yes
+@@ -173,7 +173,7 @@
+                       ;;
+               linux-glibc)
+                       dnl http://www.v6.linux.or.jp/
+-                      AC_EGREP_CPP(yes, [dnl
++                      AC_EGREP_CPP(yes, [
+ #include <features.h>
+ #if defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
+ yes
+@@ -192,7 +192,7 @@
+                       fi
+                       ;;
+               toshiba)
+-                      AC_EGREP_CPP(yes, [dnl
++                      AC_EGREP_CPP(yes, [
+ #include <sys/param.h>
+ #ifdef _TOSHIBA_INET6
+ yes
+@@ -203,7 +203,7 @@
+                               CFLAGS="-DINET6 $CFLAGS"])
+                       ;;
+               v6d)
+-                      AC_EGREP_CPP(yes, [dnl
++                      AC_EGREP_CPP(yes, [
+ #include </usr/local/v6/include/sys/v6config.h>
+ #ifdef __V6D__
+ yes
+@@ -214,7 +214,7 @@
+                               CFLAGS="-I/usr/local/v6/include $CFLAGS"])
+                       ;;
+               zeta)
+-                      AC_EGREP_CPP(yes, [dnl
++                      AC_EGREP_CPP(yes, [
+ #include <sys/param.h>
+ #ifdef _ZETA_MINAMI_INET6
+ yes
+@@ -507,7 +507,7 @@
+ AC_CHECK_FUNCS(vsnprintf snprintf,,
+       [needsnprintf=yes])
+ if test $needsnprintf = yes; then
+-      LIBOBJS="$LIBOBJS snprintf.o"
++      AC_LIBOBJ([snprintf])
+ fi
+ AC_LBL_TYPE_SIGNAL
This page took 0.043354 seconds and 4 git commands to generate.