]> git.pld-linux.org Git - packages/tcpdump.git/blob - tcpdump-acfix.patch
This commit was manufactured by cvs2git to create tag 'STABLE'.
[packages/tcpdump.git] / tcpdump-acfix.patch
1 --- tcpdump-3.7.2/configure.in.orig     Tue Feb  3 16:23:14 2004
2 +++ tcpdump-3.7.2/configure.in  Tue Feb  3 16:24:47 2004
3 @@ -150,7 +150,7 @@
4                 case $i in
5                 inria)
6                         dnl http://www.kame.net/
7 -                       AC_EGREP_CPP(yes, [dnl
8 +                       AC_EGREP_CPP(yes, [
9  #include <netinet/in.h>
10  #ifdef IPV6_INRIA_VERSION
11  yes
12 @@ -160,7 +160,7 @@
13                         ;;
14                 kame)
15                         dnl http://www.kame.net/
16 -                       AC_EGREP_CPP(yes, [dnl
17 +                       AC_EGREP_CPP(yes, [
18  #include <netinet/in.h>
19  #ifdef __KAME__
20  yes
21 @@ -173,7 +173,7 @@
22                         ;;
23                 linux-glibc)
24                         dnl http://www.v6.linux.or.jp/
25 -                       AC_EGREP_CPP(yes, [dnl
26 +                       AC_EGREP_CPP(yes, [
27  #include <features.h>
28  #if defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
29  yes
30 @@ -192,7 +192,7 @@
31                         fi
32                         ;;
33                 toshiba)
34 -                       AC_EGREP_CPP(yes, [dnl
35 +                       AC_EGREP_CPP(yes, [
36  #include <sys/param.h>
37  #ifdef _TOSHIBA_INET6
38  yes
39 @@ -203,7 +203,7 @@
40                                 CFLAGS="-DINET6 $CFLAGS"])
41                         ;;
42                 v6d)
43 -                       AC_EGREP_CPP(yes, [dnl
44 +                       AC_EGREP_CPP(yes, [
45  #include </usr/local/v6/include/sys/v6config.h>
46  #ifdef __V6D__
47  yes
48 @@ -214,7 +214,7 @@
49                                 CFLAGS="-I/usr/local/v6/include $CFLAGS"])
50                         ;;
51                 zeta)
52 -                       AC_EGREP_CPP(yes, [dnl
53 +                       AC_EGREP_CPP(yes, [
54  #include <sys/param.h>
55  #ifdef _ZETA_MINAMI_INET6
56  yes
57 @@ -507,7 +507,7 @@
58  AC_CHECK_FUNCS(vsnprintf snprintf,,
59         [needsnprintf=yes])
60  if test $needsnprintf = yes; then
61 -       LIBOBJS="$LIBOBJS snprintf.o"
62 +       AC_LIBOBJ([snprintf])
63  fi
64  
65  AC_LBL_TYPE_SIGNAL
This page took 0.03142 seconds and 3 git commands to generate.