nmap/nmap-4.68-nostrip.patch
2008-07-24 08:38:43 +00:00

14 lines
761 B
Diff

diff -up nmap-4.68/Makefile.in.nostrip nmap-4.68/Makefile.in
--- nmap-4.68/Makefile.in.nostrip 2008-07-24 10:17:22.000000000 +0200
+++ nmap-4.68/Makefile.in 2008-07-24 10:17:41.000000000 +0200
@@ -176,9 +176,6 @@ my_distclean:
install-nmap: $(TARGET)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(nmapdatadir)
$(INSTALL) -c -m 755 nmap $(DESTDIR)$(bindir)/nmap
-# Use strip -x to avoid stripping dynamically loaded NSE functions. See
-# http://seclists.org/nmap-dev/2007/q4/0272.html.
- $(STRIP) -x $(DESTDIR)$(bindir)/nmap
$(INSTALL) -c -m 644 docs/$(TARGET).1 $(DESTDIR)$(mandir)/man1/
$(INSTALL) -c -m 644 docs/nmap.xsl $(DESTDIR)$(nmapdatadir)/
$(INSTALL) -c -m 644 docs/nmap.dtd $(DESTDIR)$(nmapdatadir)/