summaryrefslogtreecommitdiff
blob: 85594038bf6f4d5cc069131843d8e9c6cc8d6d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
--- a/nbase/Makefile.in
+++ b/nbase/Makefile.in
@@ -12,7 +12,7 @@
 CCOPT = 
 DEFS = @DEFS@
 # With GCC, add extra security checks to source code.
-DEFS += -D_FORTIFY_SOURCE=2
+DEFS += 
 CPPFLAGS = @CPPFLAGS@
 CFLAGS = @CFLAGS@ $(CCOPT) $(GLIB_CFLAGS) $(DEFS) $(INCLS)
 STATIC = 
--- a/ncat/Makefile.in
+++ b/ncat/Makefile.in
@@ -53,7 +53,7 @@
 LIBS = @LIBS@
 DEFS = @DEFS@ -DNCAT_DATADIR="\"$(pkgdatadir)\""
 # With GCC, add extra security checks to source code.
-DEFS += -D_FORTIFY_SOURCE=2
+DEFS += 
 INCLS = -I. -I.. -I../nsock/include/ -I$(NBASEDIR)
 RM = rm -f
 STRIP = @STRIP@
--- a/nsock/src/Makefile.in
+++ b/nsock/src/Makefile.in
@@ -13,7 +13,7 @@
 CCOPT = 
 DEFS = @DEFS@ -DNSOCK_VERSION=\"$(NSOCK_VERSION)\"
 # With GCC, add extra security checks to source code.
-DEFS += -D_FORTIFY_SOURCE=2
+DEFS += 
 INCLS = -I../include
 CFLAGS = @CFLAGS@ $(CCOPT)
 # CFLAGS = -g -Wall $(DEFS) $(INCLS)
--- a/libnetutil/Makefile.in
+++ b/libnetutil/Makefile.in
@@ -5,7 +5,7 @@
 CXXFLAGS = @CXXFLAGS@
 CPPFLAGS = @CPPFLAGS@ $(DEFS)
 DEFS = @DEFS@
-DEFS += -D_FORTIFY_SOURCE=2
+DEFS += 
 AR = ar
 RANLIB = @RANLIB@
 
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,7 +41,7 @@
 # http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html
 # Level 1 only makes changes that don't affect "conforming" programs,
 # while level 2 enforces additional restrictions.
-DEFS += -D_FORTIFY_SOURCE=2
+DEFS += 
 # For mtrace debugging -- see MTRACE define in main.cc for instructions
 # Should only be enabled during debugging and not in any real release.
 # DEFS += -DMTRACE=1
--- a/nping/Makefile.in
+++ b/nping/Makefile.in
@@ -38,7 +38,7 @@
 # http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html
 # Level 1 only makes changes that don't affect "conforming" programs,
 # while level 2 enforces additional restrictions.
-DEFS += -D_FORTIFY_SOURCE=2
+DEFS += 
 # For mtrace debugging -- see MTRACE define in main.cc for instructions
 # Should only be enabled during debugging and not in any real release.
 # DEFS += -DMTRACE=1
--- a/nmap-update/Makefile.in
+++ b/nmap-update/Makefile.in
@@ -12,7 +12,7 @@
 LDFLAGS = @LDFLAGS@
 MAC_FLAGS =
 LIBS = @LIBS@ $(NBASELIB) $(MAC_FLAGS)
-DEFS = @DEFS@ -D_FORTIFY_SOURCE=2
+DEFS = @DEFS@ 
 APR_LIBS = @APR_LIBS@
 SVN_LIBS = @SVN_LIBS@