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:
committed by
Git OBS Bridge
parent
c1a8a0c2b5
commit
acfa6380e0
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user