[evolution-data-server] Remove obsolete --enable-nss and fix a typo in largefile_flags variable name

Milan Crha mcrha at fedoraproject.org
Tue Jan 8 17:45:05 UTC 2013


commit ac15bc272239f1f333503de4a34d08e9f8b075ba
Author: Milan Crha <mcrha at redhat.com>
Date:   Tue Jan 8 18:44:07 2013 +0100

    Remove obsolete --enable-nss and fix a typo in largefile_flags variable name
    
    This was reported in bug #890584

 evolution-data-server.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index e38aba1..c4da90c 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -168,7 +168,7 @@ fi
 %define largefile_flags --disable-largefile
 %endif
 
-%define ssl_flags --enable-nss=yes --enable-smime=yes
+%define ssl_flags --enable-smime=yes
 
 if ! pkg-config --exists nss; then 
   echo "Unable to find suitable version of nss to use!"
@@ -198,7 +198,7 @@ autoconf
 	--enable-introspection=yes \
 	--enable-vala-bindings \
 	%ldap_flags %krb5_flags %nntp_flags %ssl_flags \
-	%largetfile_flags
+	%largefile_flags
 export tagname=CC
 
 # Do not build in parallel. The libedata-book and libedata-cal directories


More information about the scm-commits mailing list