From: Jakub Bogusz Date: Tue, 3 Feb 2004 15:40:19 +0000 (+0000) Subject: - ac fix for 3.7.2/Ra X-Git-Tag: tcpdump-3_7_2-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ftcpdump.git;a=commitdiff_plain;h=e960d1c06373a7c5fc353ab4c9f3b629966fa22b - ac fix for 3.7.2/Ra Changed files: tcpdump-acfix.patch -> 1.1.2.1 --- diff --git a/tcpdump-acfix.patch b/tcpdump-acfix.patch new file mode 100644 index 0000000..3768235 --- /dev/null +++ b/tcpdump-acfix.patch @@ -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 + #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 + #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 + #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 + #ifdef _TOSHIBA_INET6 + yes +@@ -203,7 +203,7 @@ + CFLAGS="-DINET6 $CFLAGS"]) + ;; + v6d) +- AC_EGREP_CPP(yes, [dnl ++ AC_EGREP_CPP(yes, [ + #include + #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 + #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