[packages/python-greenlet] Rel 1.1. Blind test for x32 segfault workaround with -fno-tree-dominator-opts

matkor matkor at pld-linux.org
Wed Mar 18 11:24:55 CET 2015


commit 12a27d846ca1ad00dc507eb0d12c0cf79ef8bb86
Author: Mateusz Korniak <matkor at pld-linux.org>
Date:   Wed Mar 18 11:24:46 2015 +0100

    Rel 1.1. Blind test for x32 segfault workaround with -fno-tree-dominator-opts

 python-greenlet.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-greenlet.spec b/python-greenlet.spec
index d33622e..715b348 100644
--- a/python-greenlet.spec
+++ b/python-greenlet.spec
@@ -13,7 +13,7 @@
 Summary:	Lightweight in-process concurrent programming
 Name:		python-%{module}
 Version:	0.4.5
-Release:	1
+Release:	1.1
 License:	MIT & PSF
 Group:		Libraries/Python
 URL:		http://pypi.python.org/pypi/greenlet
@@ -71,7 +71,8 @@ This package contains header files required for C modules development.
 %build
 %if %{with python2}
 CC="%{__cc}" \
-CFLAGS="%{rpmcflags}" \
+# https://bugzilla.opensuse.org/show_bug.cgi?id=902146
+CFLAGS="%{rpmcflags} -fno-tree-dominator-opts" \
 %{__python} setup.py build
 
 %if %{with python2_tests}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-greenlet.git/commitdiff/12a27d846ca1ad00dc507eb0d12c0cf79ef8bb86



More information about the pld-cvs-commit mailing list