From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 963A1138CCF for ; Thu, 14 May 2015 09:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEFBEE0785; Thu, 14 May 2015 09:43:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D1BAE0785 for ; Thu, 14 May 2015 09:43:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62699340C1B for ; Thu, 14 May 2015 09:43:08 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2078) id 3C3D69E9; Thu, 14 May 2015 09:43:06 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-6.47-ncat-lua.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: nmap-6.47-ncat-lua.patch X-VCS-Directories: net-analyzer/nmap/files X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150514094306.3C3D69E9@oystercatcher.gentoo.org> Date: Thu, 14 May 2015 09:43:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0d798406-86aa-49d8-93e8-08f2e9dd4647 X-Archives-Hash: d753d14a4974f3ae2b00a554ab531af7 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