Enable back gcc arch optimization (drop --without-gcc-arch) #1213828 (#1214344) - GCC updated, problem should be gone.

This commit is contained in:
Hubbitus 2015-05-16 22:34:46 +03:00
parent 225d561423
commit 912059306a

View File

@ -2,15 +2,15 @@
%global Patchlevel 2
Name: ImageMagick
Version: %{VER}.%{Patchlevel}
Release: 2%{?dist}
Summary: An X application for displaying and manipulating images
Version: %{VER}.%{Patchlevel}
Release: 3%{?dist}
Summary: An X application for displaying and manipulating images
Group: Applications/Multimedia
License: ImageMagick
Url: http://www.imagemagick.org/
Source0: ftp://ftp.ImageMagick.org/pub/%{name}/%{name}-%{VER}-%{Patchlevel}.tar.xz
License: ImageMagick
Url: http://www.imagemagick.org/
Source0: ftp://ftp.ImageMagick.org/pub/%{name}/%{name}-%{VER}-%{Patchlevel}.tar.xz
Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel
@ -160,7 +160,6 @@ cp -p Magick++/demo/*.cpp Magick++/demo/*.miff Magick++/examples
--with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \
--without-dps \
--without-included-ltdl --with-ltdl-include=%{_includedir} \
--without-gcc-arch \
--with-ltdl-lib=%{_libdir}
# Disable rpath
@ -320,6 +319,9 @@ rm -rf %{buildroot}
%doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt
%changelog
* Sat May 16 2015 Pavel Alexeev <Pahan@Hubbitus.info> - 6.9.1.2-3
- Enable back gcc arch optimization (drop --without-gcc-arch) #1213828 (#1214344) - GCC updated, problem should be gone.
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 6.9.1.2-2
- Disable gcc arch optimization (#1213828)