From: Koen Kooi Date: Fri, 20 Nov 2009 07:56:09 +0000 (+0100) Subject: nmap: disable parallel make X-Git-Tag: Release-2010-05/1~1648^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bdcd55396eb766ab8df692abe52992329918a9a;p=openembedded.git nmap: disable parallel make --- diff --git a/recipes/nmap/nmap_3.81.bb b/recipes/nmap/nmap_3.81.bb index 7aa5928191..95c14be568 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