forked from pool/python-greenlet
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:
parent
b23701b912
commit
86eb86c72c
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user