Blame SOURCES/gd-2.0.34-sparc64.patch

afb210
--- gd-2.0.34/configure.sp	2007-02-08 13:44:32.000000000 +0100
afb210
+++ gd-2.0.34/configure	2007-02-08 13:50:39.000000000 +0100
afb210
@@ -9075,8 +9075,8 @@
afb210
 
afb210
     *)
afb210
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
afb210
-	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
afb210
-	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
afb210
+	archive_cmds='$CC $CFLAGS -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
afb210
+	archive_expsym_cmds='$CC $CFLAGS -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
afb210
       else
afb210
 	ld_shlibs=no
afb210
       fi