]> git.pld-linux.org Git - packages/python-greenlet.git/commitdiff
Rel 1.1. Blind test for x32 segfault workaround with -fno-tree-dominator-opts
authorMateusz Korniak <matkor@pld-linux.org>
Wed, 18 Mar 2015 10:24:46 +0000 (11:24 +0100)
committerMateusz Korniak <matkor@pld-linux.org>
Wed, 18 Mar 2015 10:24:46 +0000 (11:24 +0100)
python-greenlet.spec

index d33622ea971d059da5e0c12932f66392dee8a8f5..715b34820cb9cf3f7b915186b9cdc800404e37ed 100644 (file)
@@ -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}
This page took 0.076624 seconds and 4 git commands to generate.