summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/nmap/nmap_7.70.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-01-20 23:28:40 -0800
committerArmin Kuster <akuster808@gmail.com>2019-02-04 21:55:51 -0800
commit2ae6aaf9e734022b40d23f12099b1cb9c4934ca2 (patch)
treee05a28ae4ff8c44bcb60ec186d080ba596471a45 /meta-oe/recipes-security/nmap/nmap_7.70.bb
parent99eafb535da88a4de61cc75f581c9f805505186c (diff)
downloadmeta-openembedded-2ae6aaf9e734022b40d23f12099b1cb9c4934ca2.tar.gz
nmap: Fix build with clang8/musl/libc++
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-security/nmap/nmap_7.70.bb')
-rw-r--r--meta-oe/recipes-security/nmap/nmap_7.70.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.70.bb b/meta-oe/recipes-security/nmap/nmap_7.70.bb
index 01be1515b..b28b6a252 100644
--- a/meta-oe/recipes-security/nmap/nmap_7.70.bb
+++ b/meta-oe/recipes-security/nmap/nmap_7.70.bb
@@ -8,7 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=1489288f46af415fad
8SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \ 8SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \
9 file://nmap-redefine-the-python-library-dir.patch \ 9 file://nmap-redefine-the-python-library-dir.patch \
10 file://nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch \ 10 file://nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch \
11" 11 file://0001-include-time.h-for-time-structure-definition.patch \
12 file://0002-Fix-building-with-libc.patch \
13 "
12 14
13SRC_URI[md5sum] = "84eb6fbe788e0d4918c2b1e39421bf79" 15SRC_URI[md5sum] = "84eb6fbe788e0d4918c2b1e39421bf79"
14SRC_URI[sha256sum] = "847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18" 16SRC_URI[sha256sum] = "847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18"