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

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