From 43a504e7447abfc26c4284366a17250c34b17728 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Mar 2005 16:08:45 +0000 Subject: add libpcap SVN-Revision: 338 --- openwrt/package/libpcap/patches/cross-compile-fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openwrt/package/libpcap/patches/cross-compile-fix.patch (limited to 'openwrt/package/libpcap/patches') diff --git a/openwrt/package/libpcap/patches/cross-compile-fix.patch b/openwrt/package/libpcap/patches/cross-compile-fix.patch new file mode 100644 index 0000000..196ee34 --- /dev/null +++ b/openwrt/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 -- cgit v1.1