[OE-core] [meta-browser][PATCH] nss: fix access to https websites

Fahad Usman fahad_usman at mentor.com
Mon Jan 21 16:39:11 UTC 2013


Signed-off-by: Fahad Usman <fahad_usman at mentor.com>
---
 recipes-support/nss/nss_3.13.3.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
index bb602b1..a841397 100644
--- a/recipes-support/nss/nss_3.13.3.bb
+++ b/recipes-support/nss/nss_3.13.3.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Mozilla's SSL and TLS implementation"
 HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/"
 
-PR = "r1"
+PR = "r2"
 
 LICENSE = "MPL1.1 GPL LGPL"
 LIC_FILES_CHKSUM = "file://security/nss/manifest.mn;md5=d71978748f23eae3156c38ac2a691924"
@@ -66,6 +66,8 @@ do_install() {
 		NS_USE_GCC=1 \
 		NSS_USE_SYSTEM_SQLITE=1 \
 		NSS_ENABLE_ECC=1 \
+		FREEBL_CHILD_BUILD=1 \ 
+		CC="${CC}" \
 		SOURCE_LIB_DIR="${TD}/${libdir}" \
 		SOURCE_BIN_DIR="${TD}/${bindir}"
 
-- 
1.7.9.5





More information about the Openembedded-core mailing list