projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add cpmac ipv6 patch from mache
[openwrt.git]
/
openwrt
/
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
This page took
0.040314 seconds
and
5
git commands to generate.