[packages/ImageMagick] disable gcc arch autodetection, we have our own build flags for that

glen glen at pld-linux.org
Mon Apr 27 17:07:36 CEST 2015


commit f5b1bc9d75bc3a6b18dca7bd6ed95ad6f20e7954
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Apr 27 18:06:53 2015 +0300

    disable gcc arch autodetection, we have our own build flags for that
    
    and yet again, their autodetection built with -march=core2 which broke
    on real i686 hardware.

 ImageMagick.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ImageMagick.spec b/ImageMagick.spec
index e9d1926..4f40cb6 100644
--- a/ImageMagick.spec
+++ b/ImageMagick.spec
@@ -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}}
-Release:	4
+Release:	5
 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 \
+	--with-gcc-arch=no \
 	%{!?with_opencl:--disable-opencl} \
 	%{!?with_gomp:--disable-openmp} \
 	--disable-silent-rules \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ImageMagick.git/commitdiff/f5b1bc9d75bc3a6b18dca7bd6ed95ad6f20e7954



More information about the pld-cvs-commit mailing list