mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 13:30:33 +00:00
nmap: build QA Warnings
WARNING: QA Issue: nmap rdepends on libcrypto, but it isn't a build dependency? [build-deps] WARNING: QA Issue: nmap rdepends on libssl, but it isn't a build dependency? [build-deps] This fixes the above QA warnings. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ inherit autotools-brokensep
|
|||||||
|
|
||||||
DEPENDS = "libpcap"
|
DEPENDS = "libpcap"
|
||||||
|
|
||||||
EXTRA_OECONF = "--without-liblua --without-zenmap --without-subversion --with-pcap=linux"
|
EXTRA_OECONF = "--without-liblua --without-zenmap --without-subversion --with-pcap=linux --without-openssl"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
autoconf
|
autoconf
|
||||||
|
|||||||
Reference in New Issue
Block a user