Accepting request 71438 from graphics

- remove the -fuse-linker-plugin option, it's default in gcc 4.6
  and only confuses scripts

OBS-URL: https://build.opensuse.org/request/show/71438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=64
This commit is contained in:
Sascha Peilicke 2011-05-27 08:13:20 +00:00 committed by Git OBS Bridge
commit 644bc9900f
2 changed files with 7 additions and 1 deletions

View File

@ -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 Tue May 24 19:57:16 UTC 2011 - dimstar@opensuse.org

View File

@ -190,7 +190,7 @@ echo>wand.h '#include "wand/MagickWand.h"'
%build %build
%define CFLAGS ${RPM_OPT_FLAGS} -fstack-protector-all %define CFLAGS ${RPM_OPT_FLAGS} -fstack-protector-all
%define LDFLAGS -L%{_libdir} -fuse-linker-plugin %define LDFLAGS -L%{_libdir}
%define system_ltdl 0 %define system_ltdl 0
%if %system_ltdl %if %system_ltdl
cp -f %{_datadir}/libtool/libltdl/*.{c,h} ltdl cp -f %{_datadir}/libtool/libltdl/*.{c,h} ltdl