summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-12-21 15:36:56 -0700
committerAl Stone <ahs3@redhat.com>2012-12-21 15:36:56 -0700
commita9a737396e9177e66c0d5ec9416398dfb99586d7 (patch)
treef256eb2c1f672c785f422a672e1aa9327b822fac
parente31e892cb633a2db447cd801d80fbae220ea910a (diff)
downloadbootstrap.git.DONOTUSE-a9a737396e9177e66c0d5ec9416398dfb99586d7.tar.gz
bootstrap.git.DONOTUSE-a9a737396e9177e66c0d5ec9416398dfb99586d7.tar.xz
bootstrap.git.DONOTUSE-a9a737396e9177e66c0d5ec9416398dfb99586d7.zip
ensure nss-util is built as 64-bit
Signed-off-by: Al Stone <ahs3@redhat.com>
-rw-r--r--recipe.d/0023-nss-util6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipe.d/0023-nss-util b/recipe.d/0023-nss-util
index 1d7b586..2375881 100644
--- a/recipe.d/0023-nss-util
+++ b/recipe.d/0023-nss-util
@@ -22,6 +22,12 @@ export FREEBL_NO_DEPEND
NSS_USE_SYSTEM_SQLITE=1
export NSS_USE_SYSTEM_SQLITE
+if [ "$SUFFIX" = "64" ]
+then
+ USE_64=1
+ export USE_64
+fi
+
make -C $SRC/nss-util-3.*/mozilla/security/coreconf
make -C $SRC/nss-util-3.*/mozilla/security/dbm
make -C $SRC/nss-util-3.*/mozilla/security/nss