196ee34eb3a293976bd3d76e33c99b990710477d
[openwrt-10.03/.git] / package / libpcap / patches / 101-cross-compile-fix.patch
1 --- libpcap-0.8.3/Makefile.in.orig      2005-01-17 19:04:41.291056960 -0500
2 +++ libpcap-0.8.3/Makefile.in   2005-01-17 19:04:47.836061968 -0500
3 @@ -100,7 +100,7 @@
4  
5  libpcap.a: $(OBJ)
6         @rm -f $@
7 -       ar rc $@ $(OBJ) $(LIBS)
8 +       $(AR) rc $@ $(OBJ) $(LIBS)
9         $(RANLIB) $@
10  
11  scanner.c: $(srcdir)/scanner.l