projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update libpcap to 0.9.8 (#3571)
[openwrt.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)
This page took
0.041522 seconds
and
5
git commands to generate.