From 724f4ea068434a095c9947683606eaaad31e12d1 Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Tue, 31 Mar 2009 21:41:15 +0000 Subject: [PATCH] - build nspr-less freebl library --- nss.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 641b5bc..d724091 100644 --- a/nss.spec +++ b/nss.spec @@ -4,7 +4,7 @@ Summary: Network Security Services Name: nss Version: 3.12.2.99.3 -Release: 1%{?dist} +Release: 2%{?dist} License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -92,6 +92,9 @@ low level services. %build +FREEBL_NO_DEPEND=1 +export FREEBL_NO_DEPEND + # Enable compiler optimizations and disable debugging code BUILD_OPT=1 export BUILD_OPT @@ -375,6 +378,7 @@ done %{_includedir}/nss3/nssilckt.h %{_includedir}/nss3/nssilock.h %{_includedir}/nss3/nsslocks.h +%{_includedir}/nss3/nsslowhash.h %{_includedir}/nss3/nsspem.h %{_includedir}/nss3/nssrwlk.h %{_includedir}/nss3/nssrwlkt.h @@ -444,6 +448,8 @@ done %changelog +* Tue Mar 31 2009 Kai Engert - 3.12.2.99.3-2 +- build nspr-less freebl library * Tue Mar 31 2009 Kai Engert - 3.12.2.99.3-1 - Update to NSS_3_12_3_BETA4