[libmemcached] disable all sanitize options

Remi Collet remi at fedoraproject.org
Mon Aug 5 10:46:46 UTC 2013


commit c76b40fc594ce7b4101d0741598586bb7faa59e4
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Aug 5 12:46:34 2013 +0200

    disable all sanitize options

 libmemcached.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libmemcached.spec b/libmemcached.spec
index 84481fd..d3fb1b3 100644
--- a/libmemcached.spec
+++ b/libmemcached.spec
@@ -84,7 +84,7 @@ cp -p tests/*.{cc,h} examples/
 
 %build
 # Temporary hack for bug 1164442
-sed -e 's/sanitize=thread/sanitizethreadhack/' \
+sed -e 's/-fsanitize=/sanitizehackforoption/' \
     -i configure
 
 # option --with-memcached=false to disable server binary check (as we don't run test)
@@ -187,6 +187,7 @@ rm -rf %{buildroot}
 %changelog
 * Mon Aug  5 2013 Remi Collet <remi at fedoraproject.org> - 1.0.17-2
 - fix BR, libasan don't exist on all arch
+- disable all sanitize options (only for dev)
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.17-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list