diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-07 16:08:45 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-07 16:08:45 +0000 |
commit | 75e43d486e96e0b284b0a47a3d1de6e04f8f14ad (patch) | |
tree | b496879e5de5dfb3f7a0d4c65eb2c9616fdeb52a /openwrt/package/libpcap/patches | |
parent | 5115abb64a067aead31b82baa3bd35a48445c7f3 (diff) |
add libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@338 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libpcap/patches')
-rw-r--r-- | openwrt/package/libpcap/patches/cross-compile-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 000000000..196ee34eb --- /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 |