]> git.pld-linux.org Git - packages/libpcap.git/commitdiff
- for ac 2.53+
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Jan 2004 23:40:19 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpcap-ac25x.patch -> 1.1

libpcap-ac25x.patch [new file with mode: 0644]

diff --git a/libpcap-ac25x.patch b/libpcap-ac25x.patch
new file mode 100644 (file)
index 0000000..10787cc
--- /dev/null
@@ -0,0 +1,17 @@
+--- libpcap-0.8.1/configure.in.orig    2003-12-15 02:42:24.000000000 +0100
++++ libpcap-0.8.1/configure.in 2004-01-03 00:34:59.334440864 +0100
+@@ -32,13 +32,11 @@
+ AC_CHECK_FUNCS(ether_hostton strerror strlcpy)
+ needsnprintf=no
+-LIBOBJS=
+ AC_CHECK_FUNCS(vsnprintf snprintf,,
+       [needsnprintf=yes])
+ if test $needsnprintf = yes; then
+-      LIBOBJS="$LIBOBJS snprintf.o"
++      AC_LIBOBJ([snprintf])
+ fi
+-AC_SUBST(LIBOBJS)
+ dnl to pacify those who hate protochain insn
+ AC_MSG_CHECKING(if --disable-protochain option is specified)
This page took 0.034397 seconds and 4 git commands to generate.