1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-17 05:33:11 +03:00
openwrt-xburst/package/libpcap/patches/101-cross-compile-fix.patch
florian 08ea499752 Update libpcap to 0.9.8 (#3571)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11742 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-07 14:41:48 +00:00

12 lines
187 B
Diff

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