diff --git a/ImageMagick.changes b/ImageMagick.changes index 373bb4b..f441e05 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 26 13:03:10 UTC 2011 - coolo@novell.com + +- remove the -fuse-linker-plugin option, it's default in gcc 4.6 + and only confuses scripts + ------------------------------------------------------------------- Tue May 24 19:57:16 UTC 2011 - dimstar@opensuse.org diff --git a/ImageMagick.spec b/ImageMagick.spec index 959411f..8e4b0a5 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -190,7 +190,7 @@ echo>wand.h '#include "wand/MagickWand.h"' %build %define CFLAGS ${RPM_OPT_FLAGS} -fstack-protector-all -%define LDFLAGS -L%{_libdir} -fuse-linker-plugin +%define LDFLAGS -L%{_libdir} %define system_ltdl 0 %if %system_ltdl cp -f %{_datadir}/libtool/libltdl/*.{c,h} ltdl