pcap: update to version 1.0.0, add extension for changing the desired protocol for...
[openwrt.git] / package / libpcap / patches / 101-cross-compile-fix.patch
diff --git a/package/libpcap/patches/101-cross-compile-fix.patch b/package/libpcap/patches/101-cross-compile-fix.patch
deleted file mode 100644 (file)
index 2f166c8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -119,7 +119,7 @@
- libpcap.a: $(OBJ)
-       @rm -f $@
--      ar rc $@ $(OBJ) $(LIBS)
-+      $(AR) rc $@ $(OBJ) $(LIBS)
-       $(RANLIB) $@
- $(SHAREDLIB): $(OBJ_PIC)