removed a couple patches too many -- re-institute the removal of -g
on CFLAGS -- noticed by brad@
This commit is contained in:
parent
f83f632cbe
commit
6f7a09b935
11
net/nmap/patches/patch-Makefile_in
Normal file
11
net/nmap/patches/patch-Makefile_in
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- Makefile.in.orig Thu Mar 15 13:03:42 2001
|
||||||
|
+++ Makefile.in Thu Mar 15 13:04:03 2001
|
||||||
|
@@ -17,7 +17,7 @@ CCOPT =
|
||||||
|
LIBPCAPDIR = @libpcapdir@
|
||||||
|
INCLS = -I$(LIBPCAPDIR)
|
||||||
|
DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
|
||||||
|
-CFLAGS = -g @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
|
||||||
|
+CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
|
||||||
|
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
|
||||||
|
STATIC =
|
||||||
|
LDFLAGS = @LDFLAGS@ $(STATIC)
|
11
net/nmap/patches/patch-nbase_Makefile_in
Normal file
11
net/nmap/patches/patch-nbase_Makefile_in
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- nbase/Makefile.in.orig Thu Mar 15 13:04:25 2001
|
||||||
|
+++ nbase/Makefile.in Thu Mar 15 13:04:40 2001
|
||||||
|
@@ -10,7 +10,7 @@ AR = ar
|
||||||
|
RANLIB = @RANLIB@
|
||||||
|
CCOPT =
|
||||||
|
DEFS = @DEFS@ -DNCRACK_VERSION=\"$(NCRACK_VERSION)\" -DHAVE_CONFIG_H=1
|
||||||
|
-CFLAGS = @CFLAGS@ -g $(CCOPT) $(GLIB_CFLAGS) $(DEFS) $(INCLS)
|
||||||
|
+CFLAGS = @CFLAGS@ $(CCOPT) $(GLIB_CFLAGS) $(DEFS) $(INCLS)
|
||||||
|
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
|
||||||
|
STATIC =
|
||||||
|
LDFLAGS = @LDFLAGS@ $(STATIC)
|
Loading…
x
Reference in New Issue
Block a user