aboutsummaryrefslogtreecommitdiffstats
path: root/libpcap/libpcap-0.8.1/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libpcap/libpcap-0.8.1/configure.patch')
-rw-r--r--libpcap/libpcap-0.8.1/configure.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/libpcap/libpcap-0.8.1/configure.patch b/libpcap/libpcap-0.8.1/configure.patch
index e69de29bb2..e3d9ea34f0 100644
--- a/libpcap/libpcap-0.8.1/configure.patch
+++ b/libpcap/libpcap-0.8.1/configure.patch
@@ -0,0 +1,22 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- libpcap-0.8.1/configure.in~configure
++++ libpcap-0.8.1/configure.in
+@@ -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)