4d57c696b1
001-Fix-compiler_state_t.ai-usage-when-INET6-is-not-defi.patch dropped due to upstream 002-Add-missing-compiler_state_t-parameter.patch dropped due to upstream 202-protocol_api.patch dropped due to implemented upstream by another way upstream commit:55c690f6f8
and renamed via:697b1f7e9b
ead is the only user who use the protocol api, we have to use the new api since libpcap 1.9.0 Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
14 lines
377 B
Diff
14 lines
377 B
Diff
|
|
Copyright (C) 2006 Markus Wigge
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -59,7 +59,7 @@ MKDEP = @MKDEP@
|
|
CCOPT = @V_CCOPT@
|
|
SHLIB_CCOPT = @V_SHLIB_CCOPT@
|
|
INCLS = -I. @V_INCLS@
|
|
-DEFS = -DBUILDING_PCAP -Dpcap_EXPORTS @DEFS@ @V_DEFS@
|
|
+DEFS = -DBUILDING_PCAP -D_BSD_SOURCE -Dpcap_EXPORTS @DEFS@ @V_DEFS@
|
|
ADDLOBJS = @ADDLOBJS@
|
|
ADDLARCHIVEOBJS = @ADDLARCHIVEOBJS@
|
|
LIBS = @LIBS@
|