]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
disable gcc arch autodetection, we have our own build flags for that auto/th/ImageMagick-6.9.0.10-5
authorElan Ruusamäe <glen@delfi.ee>
Mon, 27 Apr 2015 15:06:53 +0000 (18:06 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 27 Apr 2015 15:06:54 +0000 (18:06 +0300)
and yet again, their autodetection built with -march=core2 which broke
on real i686 hardware.

ImageMagick.spec

index e9d1926a3f183c1b6d16d46f3f373c3b0ebda217..4f40cb65cade3fdbacaa4f7504834c5ac7ef0eea 100644 (file)
@@ -31,7 +31,7 @@ Summary(tr.UTF-8):    X altında resim gösterme, çevirme ve değişiklik yapma
 Summary(uk.UTF-8):     Перегляд, конвертування та обробка зображень під X Window
 Name:          ImageMagick
 Version:       %{ver}%{?pver:.%{pver}}
 Summary(uk.UTF-8):     Перегляд, конвертування та обробка зображень під X Window
 Name:          ImageMagick
 Version:       %{ver}%{?pver:.%{pver}}
-Release:       4
+Release:       5
 Epoch:         1
 License:       Apache-like
 Group:         X11/Applications/Graphics
 Epoch:         1
 License:       Apache-like
 Group:         X11/Applications/Graphics
@@ -672,6 +672,7 @@ touch www/Magick++/NEWS.html www/Magick++/ChangeLog.html
 %{__autoheader}
 %{__automake}
 %configure \
 %{__autoheader}
 %{__automake}
 %configure \
+       --with-gcc-arch=no \
        %{!?with_opencl:--disable-opencl} \
        %{!?with_gomp:--disable-openmp} \
        --disable-silent-rules \
        %{!?with_opencl:--disable-opencl} \
        %{!?with_gomp:--disable-openmp} \
        --disable-silent-rules \
This page took 0.171433 seconds and 4 git commands to generate.