[nss-softokn/f17] Define and export FREEBL_LOWHASH=1

Elio Maldonado emaldonado at fedoraproject.org
Fri Mar 9 18:51:09 UTC 2012


commit 08480c7192762692a0b7273619663f51242bec84
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 82f7019..5c80063 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