From: Otavio Salvador Date: Tue, 11 Dec 2018 13:21:09 +0000 (-0200) Subject: curl: Add PACKAGECONFIG to enable NSS support X-Git-Tag: uninative-2.4~876 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=72e542f564691d892d140a69d7fcc6b442897cf8;p=openembedded-core.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 2baab2b503..4229fa39ca 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"