From ce9f986e017024f6eb7b9943953cdb7bc6a681e2 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Thu, 27 Dec 2012 18:35:08 -0700 Subject: Added in direction to build 64-bit version of nss Signed-off-by: Al Stone --- recipe.d/0025-nss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipe.d/0025-nss b/recipe.d/0025-nss index c57edcc..4709d29 100644 --- a/recipe.d/0025-nss +++ b/recipe.d/0025-nss @@ -21,6 +21,12 @@ FREEBL_LIB_DIR=/usr/lib${SUFFIX} export FREEBL_LIB_DIR + if [ "$SUFFIX" = "64" ] + then + USE_64=1 + export USE_64 + fi + make -C $SRC/nss-3.*/mozilla/security/coreconf make -C $SRC/nss-3.*/mozilla/security/dbm make -C $SRC/nss-3.*/mozilla/security/nss -- cgit