[nss-softokn] Define and export FREEBL_LOWHASH=1

Elio Maldonado emaldonado at fedoraproject.org
Fri Mar 2 01:00:33 UTC 2012


commit b8516d295bbc5a5d50c9f16857af42c7128ed6e9
Author: Elio Maldonado Batiz <emaldona at redhat.com>
Date:   Thu Mar 1 16:57:02 2012 -0800

    Define and export FREEBL_LOWHASH=1
    
    Must export FREEBL_LOWHASH=1 for nsslowhash.h to be copied to dist
    from where install expects it. This is due to upstream changes made
    to fix https://bugzilla.mozilla.org/show_bug.cgi?id=717906

 nss-softokn.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 93d2ab7..9744427 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -128,6 +128,13 @@ Header and Library files for doing development with Network Security Services.
 FREEBL_NO_DEPEND=1
 export FREEBL_NO_DEPEND
 
+# Must export FREEBL_LOWHASH=1 for nsslowhash.h so that it gets
+# copied to dist and the rpm install phase can find it
+# This due of the upstream changes to fix
+# https://bugzilla.mozilla.org/show_bug.cgi?id=717906
+FREEBL_LOWHASH=1
+export FREEBL_LOWHASH
+
 FREEBL_USE_PRELINK=1
 export FREEBL_USE_PRELINK
 


More information about the scm-commits mailing list