public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-6.47-ncat-lua.patch
@ 2015-05-14  9:43 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2015-05-14  9:43 UTC (permalink / raw
  To: gentoo-commits

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-14  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14  9:43 [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-6.47-ncat-lua.patch Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox