[krb5/master-f15-1.9] - if WITH_NSS is set, built with --with-crypto-impl=nss (requires NSS 3.12.9)

Nalin Dahyabhai nalin at fedoraproject.org
Fri Nov 5 19:41:29 UTC 2010


commit eab0a264a6ec231832a59b9134ed5446c5768b4a
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Fri Nov 5 15:41:19 2010 -0400

    - if WITH_NSS is set, built with --with-crypto-impl=nss (requires NSS 3.12.9)

 krb5.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/krb5.spec b/krb5.spec
index a6af1af..b99474c 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -1,5 +1,6 @@
 %global WITH_LDAP 1
 %global WITH_OPENSSL 1
+%global WITH_NSS 0
 %global WITH_DIRSRV 1
 
 Summary: The Kerberos network authentication system
@@ -264,6 +265,9 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`"
 %else
 	--disable-pkinit \
 %endif
+%if %{WITH_NSS}
+	--with-crypto-impl=nss \
+%endif
 	--with-pam \
 	--with-selinux
 # Now build it.
@@ -630,6 +634,7 @@ exit 0
   - drop patches for RT#5755, RT#6762, RT#6774, RT#6775
   - drop no-longer-needed backport patch for #539423
   - drop no-longer-needed patch for CVE-2010-1322
+- if WITH_NSS is set, built with --with-crypto-impl=nss (requires NSS 3.12.9)
 
 * Tue Oct  5 2010 Nalin Dahyabhai <nalin at redhat.com> 1.8.3-8
 - incorporate upstream patch to fix uninitialized pointer crash in the KDC's


More information about the scm-commits mailing list