[libmemcached] Temporary hack for bug 1164442

Remi Collet remi at fedoraproject.org
Thu Apr 4 11:59:03 UTC 2013


commit 5b8c6b86609053c8a5b184c2bb2fbf3f95d4c41c
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Apr 4 13:58:57 2013 +0200

    Temporary hack for bug 1164442

 libmemcached.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libmemcached.spec b/libmemcached.spec
index e3b6304..17b8b28 100644
--- a/libmemcached.spec
+++ b/libmemcached.spec
@@ -77,6 +77,10 @@ cp -p tests/*.{cc,h} examples/
 
 
 %build
+# Temporary hack for bug 1164442
+sed -e 's/sanitize=thread/sanitizethreadhack/' \
+    -i configure
+
 # option --with-memcached=false to disable server binary check (as we don't run test)
 %configure \
 %if %{runselftest}


More information about the scm-commits mailing list