diff options
-rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.95.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.95.bb b/meta-oe/recipes-security/nmap/nmap_7.95.bb index f165e47bf5..f3775f24b0 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.95.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.95.bb | |||
@@ -27,7 +27,7 @@ PACKAGECONFIG[libz] = "--with-libz=${STAGING_LIBDIR}/.., --without-libz, zlib, z | |||
27 | #disable/enable packages | 27 | #disable/enable packages |
28 | PACKAGECONFIG[nping] = ",--without-nping," | 28 | PACKAGECONFIG[nping] = ",--without-nping," |
29 | PACKAGECONFIG[ncat] = ",--without-ncat," | 29 | PACKAGECONFIG[ncat] = ",--without-ncat," |
30 | PACKAGECONFIG[ndiff] = "--with-ndiff=yes,--without-ndiff,python3" | 30 | PACKAGECONFIG[ndiff] = "--with-ndiff=yes,--without-ndiff,python3 python3-setuptools-native" |
31 | PACKAGECONFIG[update] = ",--without-nmap-update," | 31 | PACKAGECONFIG[update] = ",--without-nmap-update," |
32 | 32 | ||
33 | EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included" | 33 | EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included" |