From: Otavio Salvador Date: Tue, 11 Dec 2018 13:21:09 +0000 (-0200) Subject: curl: Add PACKAGECONFIG to enable NSS support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15901 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e542f564691d892d140a69d7fcc6b442897cf8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git curl: Add PACKAGECONFIG to enable NSS support Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/curl/curl_7.62.0.bb b/meta/recipes-support/curl/curl_7.62.0.bb index 2baab2b503e..4229fa39ca0 100644 --- a/meta/recipes-support/curl/curl_7.62.0.bb +++ b/meta/recipes-support/curl/curl_7.62.0.bb @@ -42,6 +42,7 @@ PACKAGECONFIG[rtsp] = "--enable-rtsp,--disable-rtsp," PACKAGECONFIG[smb] = "--enable-smb,--disable-smb," PACKAGECONFIG[smtp] = "--enable-smtp,--disable-smtp," PACKAGECONFIG[ssl] = "--with-ssl --with-random=/dev/urandom,--without-ssl,openssl" +PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss" PACKAGECONFIG[telnet] = "--enable-telnet,--disable-telnet," PACKAGECONFIG[tftp] = "--enable-tftp,--disable-tftp," PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver"