Build with -fno-strict-aliasing

... in order to reduce the delta with the RHEL gtk3 spec file.
This commit is contained in:
Kalev Lember 2017-01-18 13:01:48 +01:00
parent 255e86a4bd
commit 419165ef5e

View File

@ -163,6 +163,7 @@ the functionality of the installed %{name} package.
%setup -q -n gtk+-%{version}
%build
export CFLAGS='-fno-strict-aliasing %optflags'
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
--enable-xkb \