From 86eb86c72c9d5bb9d2f1b881b08be90a4b390ee18413655781fc2122424f01b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 4 Nov 2014 16:20:06 +0000 Subject: [PATCH] Accepting request 259568 from home:k0da:ppc - build with -fno-tree-dominator-opts (boo#902146) OBS-URL: https://build.opensuse.org/request/show/259568 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=25 --- python-greenlet.changes | 5 +++++ python-greenlet.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-greenlet.changes b/python-greenlet.changes index 4b48a9c..552e95a 100644 --- a/python-greenlet.changes +++ b/python-greenlet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 3 22:19:05 UTC 2014 - dvlaeev@suse.com + +- build with -fno-tree-dominator-opts (boo#902146) + ------------------------------------------------------------------- Fri Sep 12 21:22:30 UTC 2014 - dmueller@suse.com diff --git a/python-greenlet.spec b/python-greenlet.spec index 25a5aed..d3e1f7d 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -58,14 +58,14 @@ This package contains header files required for C modules development. %patch1 -p1 %build -CFLAGS="%{optflags}" python setup.py build +CFLAGS="%{optflags} -fno-tree-dominator-opts" python setup.py build cd doc && make html %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -CFLAGS="%{optflags}" python setup.py test +CFLAGS="%{optflags} -fno-tree-dominator-opts" python setup.py test %files %defattr(-,root,root)