4297f4f901
Update libpcap to upstream release 1.8.1 Change the name from libpcap.so.1.3 to libpcap.so.1 Remove parts of patch 201 which moved code among src files. Import patch 204 from Debian to update the USB path. Signed-off-by: Paul Wassi <p.wassi@gmx.at> Signed-off-by: Felix Fietkau <nbd@nbd.name> [fix parallel build bug]
14 lines
331 B
Diff
14 lines
331 B
Diff
|
|
Copyright (C) 2006 Markus Wigge
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -56,7 +56,7 @@ LN_S = @LN_S@
|
|
MKDEP = @MKDEP@
|
|
CCOPT = @V_CCOPT@
|
|
INCLS = -I. @V_INCLS@
|
|
-DEFS = -DBUILDING_PCAP @DEFS@ @V_DEFS@
|
|
+DEFS = -DBUILDING_PCAP -D_BSD_SOURCE @DEFS@ @V_DEFS@
|
|
ADDLOBJS = @ADDLOBJS@
|
|
ADDLARCHIVEOBJS = @ADDLARCHIVEOBJS@
|
|
LIBS = @LIBS@
|