build with -fno-strict-aliasing
This commit is contained in:
parent
9573a9a44b
commit
1fffe98772
@ -80,7 +80,7 @@ Summary: GNU Image Manipulation Program
|
|||||||
Name: gimp
|
Name: gimp
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 2.8.2
|
Version: 2.8.2
|
||||||
Release: %{?prerelprefix}6%{dotprerel}%{dotgitrev}%{?dist}.1
|
Release: %{?prerelprefix}7%{dotprerel}%{dotgitrev}%{?dist}
|
||||||
|
|
||||||
# Compute some version related macros
|
# Compute some version related macros
|
||||||
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
||||||
@ -325,6 +325,8 @@ export LDFLAGS='-pie'
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
|
CFLAGS="$CFLAGS -fno-strict-aliasing" \
|
||||||
|
CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" \
|
||||||
%if %{with python}
|
%if %{with python}
|
||||||
--enable-python \
|
--enable-python \
|
||||||
%else
|
%else
|
||||||
@ -602,6 +604,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 28 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.2-7
|
||||||
|
- build with -fno-strict-aliasing
|
||||||
|
|
||||||
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2:2.8.2-6.1
|
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2:2.8.2-6.1
|
||||||
- rebuild due to "jpeg8-ABI" feature drop
|
- rebuild due to "jpeg8-ABI" feature drop
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user