mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-01 01:00:34 +00:00
nmap: New QA issue via ppc
Fixes: WARNING: QA Issue: nmap rdepends on libpcap, but it isn't a build dependency? [build-deps] nmap internal lua library does not compile with PPC so use OE version instead. Changed PACKAGECONFIG assignment from "??=" to "=". It was empty when using PPC. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -11,10 +11,10 @@ SRC_URI[sha256sum] = "3f89d9053c69507fe9533c40188a6561d49607a37b1db6380aed9039d4
|
||||
|
||||
inherit autotools-brokensep pkgconfig distro_features_check
|
||||
|
||||
PACKAGECONFIG ??= "ncat nping ndiff pcap"
|
||||
PACKAGECONFIG = "ncat nping ndiff pcap lua"
|
||||
PACKAGECONFIG += " ${@bb.utils.contains("IMAGE_FEATURES", "x11-base", "zenmap", "", d)}"
|
||||
|
||||
PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap"
|
||||
PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap"
|
||||
PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl"
|
||||
|
||||
#disable/enable packages
|
||||
@@ -23,7 +23,7 @@ PACKAGECONFIG[ncat] = ",--without-ncat,"
|
||||
PACKAGECONFIG[ndiff] = ",--without-ndiff,"
|
||||
|
||||
#use nmap's Included or system's libs
|
||||
PACKAGECONFIG[lua] = "--with-liblua=${STAGING_LIBDIR}/.., --with-liblua=included, lua"
|
||||
PACKAGECONFIG[lua] = "--with-liblua=${STAGING_LIBDIR}/.., --without-liblua, lua"
|
||||
PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpre"
|
||||
|
||||
#Add gui
|
||||
|
||||
Reference in New Issue
Block a user