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
@@ -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
|
||||
|
Reference in New Issue
Block a user