summaryrefslogtreecommitdiff
path: root/security/nmap-devel/files/patch-libpcap_Makefile.in
blob: 60dcc4e7d17ef987ef825d581b00a29d49a0fe45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libpcap/Makefile.in.orig	2025-04-30 19:58:18 UTC
+++ libpcap/Makefile.in
@@ -69,7 +69,7 @@ INSTALL_RPCAPD=@INSTALL_RPCAPD@
 INSTALL_RPCAPD=@INSTALL_RPCAPD@
 
 # Standard CFLAGS for building members of a shared library
-FULL_CFLAGS = $(CCOPT) @V_LIB_CCOPT_FAT@ $(SHLIB_CCOPT) $(INCLS) $(DEFS) $(CFLAGS)
+FULL_CFLAGS = -I. $(CCOPT) @V_LIB_CCOPT_FAT@ $(SHLIB_CCOPT) $(INCLS) $(DEFS) $(CFLAGS)
 
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@