repo.or.cz
/
nslu2-linux
/
optware.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git]
/
sources
/
libpcap
/
101-cross-compile-fix.patch
blob
2f166c8491ef74c2e822441fb1f564bf1dcd9de3
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)