1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-26 21:10:13 +03:00
openwrt-xburst/package/libpcap/patches/101-cross-compile-fix.patch

12 lines
187 B
Diff
Raw Normal View History

--- 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)