aboutsummaryrefslogtreecommitdiffstats
path: root/package/libpcap/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-07 16:08:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-07 16:08:45 +0000
commit3c366e287b855d1c5db56efbc56f3b86295d967a (patch)
tree5d693113f918f9c4e778c2282437b67c4d001420 /package/libpcap/patches
parentf103e28fba5a518b0a9de0ff330aa8be9d6e0280 (diff)
downloadmaster-187ad058-3c366e287b855d1c5db56efbc56f3b86295d967a.tar.gz
master-187ad058-3c366e287b855d1c5db56efbc56f3b86295d967a.tar.bz2
master-187ad058-3c366e287b855d1c5db56efbc56f3b86295d967a.zip
add libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@338 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpcap/patches')
-rw-r--r--package/libpcap/patches/cross-compile-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libpcap/patches/cross-compile-fix.patch b/package/libpcap/patches/cross-compile-fix.patch
new file mode 100644
index 0000000000..196ee34eb3
--- /dev/null
+++ b/package/libpcap/patches/cross-compile-fix.patch
@@ -0,0 +1,11 @@
+--- libpcap-0.8.3/Makefile.in.orig 2005-01-17 19:04:41.291056960 -0500
++++ libpcap-0.8.3/Makefile.in 2005-01-17 19:04:47.836061968 -0500
+@@ -100,7 +100,7 @@
+
+ libpcap.a: $(OBJ)
+ @rm -f $@
+- ar rc $@ $(OBJ) $(LIBS)
++ $(AR) rc $@ $(OBJ) $(LIBS)
+ $(RANLIB) $@
+
+ scanner.c: $(srcdir)/scanner.l