summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-05-16 12:01:25 +0000
committerSascha Schumann <sas@php.net>2001-05-16 12:01:25 +0000
commit28a441fe02162916496279f62376aebd329c3b32 (patch)
treef765feec94a61e6e468c4871b69e6359e7963697
parente1a9871337ade3b5fb7dec1581f4ceebf0927c38 (diff)
downloadphp-git-28a441fe02162916496279f62376aebd329c3b32.tar.gz
Fix for #10900.
Submitted by: cech@debian.org
-rw-r--r--ext/gd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/Makefile.in b/ext/gd/Makefile.in
index 15ccebb1f7..c1b73be7fb 100644
--- a/ext/gd/Makefile.in
+++ b/ext/gd/Makefile.in
@@ -2,6 +2,6 @@
LTLIBRARY_NAME = libgd.la
LTLIBRARY_SOURCES = gd.c gdcache.c gdttf.c gdt1.c
LTLIBRARY_SHARED_NAME = gd.la
-LTLIBRARY_SHARED_LIBADD = $(GD_LFLAGS) $(GD_LIBS)
+LTLIBRARY_SHARED_LIBADD = $(GD_SHARED_LIBADD)
include $(top_srcdir)/build/dynlib.mk