[libmemcached] workaround for SASL detection

Remi Collet remi at fedoraproject.org
Sun Apr 22 07:47:06 UTC 2012


commit 8a15189ca1e2c6610d860998405b4cb99eb05e18
Author: remi <fedora at famillecollet.com>
Date:   Sun Apr 22 09:45:46 2012 +0200

    workaround for SASL detection

 libmemcached.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libmemcached.spec b/libmemcached.spec
index 2acdc68..becdc8e 100644
--- a/libmemcached.spec
+++ b/libmemcached.spec
@@ -3,7 +3,7 @@
 Name:      libmemcached
 Summary:   Client library and command line tools for memcached server
 Version:   1.0.6
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   BSD
 Group:     System Environment/Libraries
 URL:       http://libmemcached.org/
@@ -69,6 +69,9 @@ you will need to install %{name}-devel.
 mkdir examples
 cp -p tests/*.{cc,h} examples/
 
+# Temporary fix for SASL detection
+sed -i -e s/ax_cv_sasl/ac_enable_sasl/ configure
+
 
 %build
 # option --with-memcached=false to disable server binary check (as we don't run test)
@@ -139,6 +142,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Apr 22 2012 Remi Collet <remi at fedoraproject.org> - 1.0.6-2
+- workaround for SASL detection
+
 * Sat Apr 21 2012 Remi Collet <remi at fedoraproject.org> - 1.0.6-1
 - update to 1.0.6
 - soname bump to libmemcached.so.10 and libhashkit.so.2


More information about the scm-commits mailing list