f37e5da113
This patch bumps the version to 0.9.8 and refreshes the patch against that version. Fixes bug #5284. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
14 lines
389 B
Diff
14 lines
389 B
Diff
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)
|