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
This commit is contained in:
Michal Čihař 2014-11-04 16:20:06 +00:00 committed by Git OBS Bridge
parent b23701b912
commit 86eb86c72c
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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)