[cups/f12/master] Build with --enable-threads again (bug #607159).

Tim Waugh twaugh at fedoraproject.org
Wed Sep 15 15:57:34 UTC 2010


commit 08f2061422b637ac1612ffc0efca4771a6a08dc3
Author: Tim Waugh <twaugh at redhat.com>
Date:   Wed Sep 15 15:45:35 2010 +0100

    Build with --enable-threads again (bug #607159).

 cups.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index f97f5c1..39ad9dd 100644
--- a/cups.spec
+++ b/cups.spec
@@ -309,7 +309,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fstack-protector-all -DLDAP_DEPRECATED=1"
 	--with-pdftops=pdftops \
 	--with-dbusdir=%{_sysconfdir}/dbus-1 \
 	--with-php=/usr/bin/php-cgi --enable-avahi \
-	--disable-threads --enable-gnutls \
+	--enable-threads --enable-gnutls \
 	localedir=%{_datadir}/locale
 
 # If we got this far, all prerequisite libraries must be here.
@@ -579,6 +579,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Wed Sep 15 2010 Tim Waugh <twaugh at redhat.com>
+- Build with --enable-threads again (bug #607159).
+
+* Wed Sep 15 2010 Tim Waugh <twaugh at redhat.com>
 - Fixed serverbin-compat patch to avoid misleading "filter not
   available" messages (bug #633779).
 


More information about the scm-commits mailing list