From 2682cd4105a70d2f33529593a94217564f00896f Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 19 Aug 2014 20:29:06 -0700 Subject: 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 --- recipes-security/nmap/nmap_6.46.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/nmap/nmap_6.46.bb b/recipes-security/nmap/nmap_6.46.bb index 42db71f..52acf96 100644 --- a/recipes-security/nmap/nmap_6.46.bb +++ b/recipes-security/nmap/nmap_6.46.bb @@ -14,7 +14,7 @@ inherit autotools-brokensep 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() { autoconf -- cgit v1.2.3-54-g00ecf