Magellan Linux

Annotation of /trunk/nmap/patches/nmap-6.40-no-lua.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2255 - (hide annotations) (download)
Mon Aug 19 07:07:35 2013 UTC (10 years, 9 months ago) by niro
File size: 364 byte(s)
-added no-lua patch
1 niro 2255 diff -Naur nmap-4.75-orig/Makefile.in nmap-4.75/Makefile.in
2     --- nmap-4.75-orig/Makefile.in 2008-09-05 07:32:06.000000000 +0200
3     +++ nmap-4.75/Makefile.in 2008-09-09 16:34:38.000000000 +0200
4     @@ -258,5 +258,5 @@
5     ./config.status --recheck
6    
7     makefile.dep:
8     - $(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
9     + $(CXX) -MM $(CPPFLAGS) $(CXXFLAGS) $(SRCS) > $@
10     include makefile.dep