14
0
forked from pool/python-pycurl

- Disable strict aliasing as reported by the rpm checks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=36
This commit is contained in:
Tomáš Chvátal
2018-02-02 13:16:04 +00:00
committed by Git OBS Bridge
parent c1a8a0c2b5
commit acfa6380e0
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 2 13:00:02 UTC 2018 - tchvatal@suse.com
- Disable strict aliasing as reported by the rpm checks
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 30 16:01:27 UTC 2018 - vcizek@suse.com Tue Jan 30 16:01:27 UTC 2018 - vcizek@suse.com

View File

@@ -66,7 +66,7 @@ This package contains documentation and examples.
%patch1 -p1 %patch1 -p1
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags} -fno-strict-aliasing"
%python_build --with-ssl %python_build --with-ssl
%install %install