summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2017-06-12 17:50:58 +0100
committerChris Liddell <chris.liddell@artifex.com>2017-06-12 18:00:21 +0100
commit284f5fe121d8eb0a0f50a6f2465ee2f99a061018 (patch)
tree00447ee61a951f2e0ddfdb09196eb4d3e918c347 /Makefile.in
parent98f6da60b9d463c617e631fc254cf6d66f2e8e3c (diff)
downloadghostpdl-284f5fe121d8eb0a0f50a6f2465ee2f99a061018.tar.gz
mkromfs needs linked to zlib when using shared zlib
Ensure the compiler/linker command line parameter gets propagated from configure to the mkromfs build.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 73df3aa7e..419d5c61a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -460,7 +460,7 @@ XPS_LDFLAGS_SO=@XPS_DYNAMIC_LDFLAGS@
# (Libraries required by individual drivers are handled automatically.)
EXTRALIBS=$(XTRALIBS) @LIBS@ @DYNAMIC_LIBS@ @FONTCONFIG_LIBS@ @FT_LIBS@ @JPX_AUTOCONF_LIBS@ @EXPAT_LIBS@
-AUXEXTRALIBS=@AUXEXTRALIBS@
+AUXEXTRALIBS=@AUXEXTRALIBS@ @AUX_SHARED_ZLIB@
# Define the standard libraries to search at the end of linking.
# Most platforms require -lpthread for the POSIX threads library;