summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJulian Smith <jules@op59.net>2020-09-16 18:58:05 +0100
committerChris Liddell <chris.liddell@artifex.com>2020-10-06 17:05:29 +0100
commit978df385c36ee4d65c9144924d0224243a5ebb71 (patch)
treeba091241f41c55db3a61134bc07a0bd8f4521aea /configure.ac
parent477d315af46d9a7932108135137adc7aebfc77fe (diff)
downloadghostpdl-978df385c36ee4d65c9144924d0224243a5ebb71.tar.gz
Added PDL_DYNAMIC_LDFLAGS to $host *bsd* section
to match the other platforms.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ab71e6f25..8bd7de3c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3027,6 +3027,7 @@ case $host in
GS_DYNAMIC_LDFLAGS="-shared -Wl,\$(LD_SET_DT_SONAME)\$(LDFLAGS_SO_PREFIX)\$(GS_SONAME_MAJOR)"
PCL_DYNAMIC_LDFLAGS="-shared -Wl,\$(LD_SET_DT_SONAME)\$(LDFLAGS_SO_PREFIX)\$(PCL_SONAME_MAJOR)"
XPS_DYNAMIC_LDFLAGS="-shared -Wl,\$(LD_SET_DT_SONAME)\$(LDFLAGS_SO_PREFIX)\$(XPS_SONAME_MAJOR)"
+ PDL_DYNAMIC_LDFLAGS="-shared -Wl,\$(LD_SET_DT_SONAME)\$(LDFLAGS_SO_PREFIX)\$(GPDL_SONAME_MAJOR)"
DYNAMIC_LIBS=""
SO_LIB_EXT=".so"
;;