[oe-commits] Koen Kooi : nmap: disable parallel make

git version control git at git.openembedded.org
Fri Nov 20 12:47:20 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 4bdcd55396eb766ab8df692abe52992329918a9a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4bdcd55396eb766ab8df692abe52992329918a9a

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Nov 20 08:56:09 2009 +0100

nmap: disable parallel make

---

 recipes/nmap/nmap_3.81.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/nmap/nmap_3.81.bb b/recipes/nmap/nmap_3.81.bb
index 7aa5928..95c14be 100644
--- a/recipes/nmap/nmap_3.81.bb
+++ b/recipes/nmap/nmap_3.81.bb
@@ -19,6 +19,8 @@ EXTRA_OECONF = "--with-pcap=linux \
 		--without-openssl"
 EXTRA_OEMAKE = "STRIPPROG=${STRIP}"
 
+PARALLEL_MAKE = ""
+
 CXXFLAGS_append = " -fpermissive"
 # Ugly hack follows -- their configure.ac doesnt match their configure ..
 # doesnt include a check for the length type in recvfrom, so we hack it here





More information about the Openembedded-commits mailing list