jer         15/05/14 09:43:06

  Added:                nmap-6.47-ncat-lua.patch
  Log:
  Fix a parallel make issue where ncat is being built when liblua has not yet 
been built.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  net-analyzer/nmap/files/nmap-6.47-ncat-lua.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap-6.47-ncat-lua.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap-6.47-ncat-lua.patch?rev=1.1&content-type=text/plain

Index: nmap-6.47-ncat-lua.patch
===================================================================
--- a/Makefile.in
+++ b/Makefile.in
@@ -145,7 +145,7 @@
        @echo Compiling libnetutil;
        cd libnetutil && $(MAKE)
 
-ncat_build: $(NCATDIR)/Makefile nbase_build nsock_build $(NCATDIR)/ncat.h 
@PCAP_BUILD@
+ncat_build: $(NCATDIR)/Makefile nbase_build nsock_build @LUA_BUILD@ 
$(NCATDIR)/ncat.h @PCAP_BUILD@
        cd $(NCATDIR) && $(MAKE)
 
 lua_build: $(LIBLUADIR)/Makefile




Reply via email to