diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 16:08:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 16:08:45 +0000 |
commit | 43a504e7447abfc26c4284366a17250c34b17728 (patch) | |
tree | b496879e5de5dfb3f7a0d4c65eb2c9616fdeb52a /openwrt/package/libpcap/patches | |
parent | 06469aeee1edab1b759c4f3bc9efb40db681190b (diff) | |
download | mtk-20170518-43a504e7447abfc26c4284366a17250c34b17728.zip mtk-20170518-43a504e7447abfc26c4284366a17250c34b17728.tar.gz mtk-20170518-43a504e7447abfc26c4284366a17250c34b17728.tar.bz2 |
add libpcap
SVN-Revision: 338
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 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 |