summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-12-27 18:35:08 -0700
committerAl Stone <ahs3@redhat.com>2012-12-27 18:35:08 -0700
commitce9f986e017024f6eb7b9943953cdb7bc6a681e2 (patch)
treea228c31f817f0430ec4e58c39119e33c2ab2bb2e
parentf46e25cb6c53691a31e6aeb5a00c196fcbcbe45d (diff)
downloadbootstrap.git.DONOTUSE-ce9f986e017024f6eb7b9943953cdb7bc6a681e2.tar.gz
bootstrap.git.DONOTUSE-ce9f986e017024f6eb7b9943953cdb7bc6a681e2.tar.xz
bootstrap.git.DONOTUSE-ce9f986e017024f6eb7b9943953cdb7bc6a681e2.zip
Added in direction to build 64-bit version of nss
Signed-off-by: Al Stone <ahs3@redhat.com>
-rw-r--r--recipe.d/0025-nss6
1 files changed, 6 insertions, 0 deletions
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