nmap/nmap-4.52-nostrip.patch

14 lines
761 B
Diff
Raw Normal View History

2008-01-07 14:51:39 +00:00
diff -up nmap-4.52/Makefile.in.nostrip nmap-4.52/Makefile.in
--- nmap-4.52/Makefile.in.nostrip 2008-01-07 12:42:42.000000000 +0100
+++ nmap-4.52/Makefile.in 2008-01-07 12:46:53.000000000 +0100
@@ -175,9 +175,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)/