diff options
author | Al Stone <ahs3@redhat.com> | 2012-12-27 18:35:47 -0700 |
---|---|---|
committer | Al Stone <ahs3@redhat.com> | 2012-12-27 18:35:47 -0700 |
commit | dc267522929727f49236baabd8b2160083f12623 (patch) | |
tree | 2696900b7db257593a69b54a8d76076c2300ea18 /recipe.d/0025-nss | |
parent | 51c4c00a8c65d80678da828fc73ae635601b4046 (diff) | |
parent | ce9f986e017024f6eb7b9943953cdb7bc6a681e2 (diff) | |
download | bootstrap.git.DONOTUSE-dc267522929727f49236baabd8b2160083f12623.tar.gz bootstrap.git.DONOTUSE-dc267522929727f49236baabd8b2160083f12623.tar.xz bootstrap.git.DONOTUSE-dc267522929727f49236baabd8b2160083f12623.zip |
Merge branch 'aarch64-ahs3'
Diffstat (limited to 'recipe.d/0025-nss')
-rw-r--r-- | recipe.d/0025-nss | 6 |
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 |