aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nmap
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-20 08:56:09 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-20 08:56:09 +0100
commit4bdcd55396eb766ab8df692abe52992329918a9a (patch)
tree1a30df80cac31c2103bca8363b67a378d41a5bdd /recipes/nmap
parent321d9695790d94c3882ab6b033ebf1d960791e70 (diff)
downloadopenembedded-4bdcd55396eb766ab8df692abe52992329918a9a.tar.gz
nmap: disable parallel make
Diffstat (limited to 'recipes/nmap')
-rw-r--r--recipes/nmap/nmap_3.81.bb2
1 files changed, 2 insertions, 0 deletions
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