summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libpcap/patches/101-cross-compile-fix.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-30 14:43:56 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-30 14:43:56 +0000
commit730adf9bb55128eea0e81f6ec924fa099388bc54 (patch)
tree3dd0de290ed215e4df38b97a2dd3a22acd99b265 /openwrt/package/libpcap/patches/101-cross-compile-fix.patch
parentcff7fd9c681fdf1f879eb39a5647ed0c7f8bde38 (diff)
Make libpcap shared
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@476 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libpcap/patches/101-cross-compile-fix.patch')
-rw-r--r--openwrt/package/libpcap/patches/101-cross-compile-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/libpcap/patches/101-cross-compile-fix.patch b/openwrt/package/libpcap/patches/101-cross-compile-fix.patch
new file mode 100644
index 000000000..196ee34eb
--- /dev/null
+++ b/openwrt/package/libpcap/patches/101-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