[oe-commits] [openembedded-core] 05/14: curl: Add PACKAGECONFIG to enable NSS support

git at git.openembedded.org git at git.openembedded.org
Thu Dec 13 16:33:01 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 72e542f564691d892d140a69d7fcc6b442897cf8
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Tue Dec 11 11:21:09 2018 -0200

    curl: Add PACKAGECONFIG to enable NSS support
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/curl/curl_7.62.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/curl/curl_7.62.0.bb b/meta/recipes-support/curl/curl_7.62.0.bb
index 2baab2b..4229fa3 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list