- remove the -fuse-linker-plugin option, it's default in gcc 4.6
and only confuses scripts OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=69
This commit is contained in:
parent
c343a9dae5
commit
6f7f25f3f2
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user