nmap: disable parallel make
authorKoen Kooi <koen@openembedded.org>
Fri, 20 Nov 2009 07:56:09 +0000 (08:56 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 20 Nov 2009 07:56:09 +0000 (08:56 +0100)
recipes/nmap/nmap_3.81.bb

index 7aa5928..95c14be 100644 (file)
@@ -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