blob: 93206946b14a50c187dc39502750f6ab4b02ca1e [file] [log] [blame]
Index: libpcap-0.9.8/Makefile.in
===================================================================
--- libpcap-0.9.8.orig/Makefile.in 2007-07-24 04:35:15.000000000 +0200
+++ libpcap-0.9.8/Makefile.in 2008-10-07 09:23:01.000000000 +0200
@@ -103,7 +103,7 @@
libpcap.a: $(OBJ)
@rm -f $@
- ar rc $@ $(OBJ) $(LIBS)
+ $(AR) rc $@ $(OBJ) $(LIBS)
$(RANLIB) $@
shared: libpcap.$(DYEXT)