add downloading script (with md5sum checking and sourceforge downloading support)
[openwrt.git] / package / libpcap / patches / 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
This page took 0.051206 seconds and 5 git commands to generate.