make the whole iptables/netfiter modular (closes: #3871, #3527)
[openwrt-10.03/.git] / package / libpcap / patches / 101-cross-compile-fix.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -119,7 +119,7 @@
4  
5  libpcap.a: $(OBJ)
6         @rm -f $@
7 -       ar rc $@ $(OBJ) $(LIBS)
8 +       $(AR) rc $@ $(OBJ) $(LIBS)
9         $(RANLIB) $@
10  
11  $(SHAREDLIB): $(OBJ_PIC)