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 | 3c366e287b855d1c5db56efbc56f3b86295d967a (patch) | |
tree | 5d693113f918f9c4e778c2282437b67c4d001420 /package/libpcap/patches | |
parent | f103e28fba5a518b0a9de0ff330aa8be9d6e0280 (diff) | |
download | upstream-3c366e287b855d1c5db56efbc56f3b86295d967a.tar.gz upstream-3c366e287b855d1c5db56efbc56f3b86295d967a.tar.bz2 upstream-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.patch | 11 |
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 |