nmap/nmap-4.60-nostrip.patch

14 lines
775 B
Diff
Raw Normal View History

2008-05-12 10:50:23 +00:00
diff -up nmap-4.60/Makefile.in.nostrip nmap-4.60/Makefile.in
--- nmap-4.60/Makefile.in.nostrip 2008-04-03 13:42:59.000000000 +0200
+++ nmap-4.60/Makefile.in 2008-04-03 13:43:06.000000000 +0200
2008-01-07 14:51:39 +00:00
@@ -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
2008-05-12 10:50:23 +00:00
$(INSTALL) -c -m 644 docs/$(TARGET).1 docs/zenmap.1 $(DESTDIR)$(mandir)/man1/
2008-01-07 14:51:39 +00:00
$(INSTALL) -c -m 644 docs/nmap.xsl $(DESTDIR)$(nmapdatadir)/
$(INSTALL) -c -m 644 docs/nmap.dtd $(DESTDIR)$(nmapdatadir)/