aboutsummaryrefslogtreecommitdiffstats
path: root/zlib-flate
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2018-07-25 01:03:22 +0200
committerGitHub <noreply@github.com>2018-07-25 01:03:22 +0200
commitdf7ef11181fbaf3086dd2f5897ed1b0b7080c682 (patch)
treefed6181151971f7a81fdeddbb34b7f9ae8f440ae /zlib-flate
parent1bd2a2e79b9a0dbd42e812f3e0b0d85e26e99ec4 (diff)
downloadqpdf-df7ef11181fbaf3086dd2f5897ed1b0b7080c682.tar.zst
Ensure zlib-flate doesn't link with an old libqpdf
See: https://sourceforge.net/p/qpdf/bugs/17/ Parts of the fix for that bug report had previously been committed in 30dbf94f53a3fd9760242883bdc5bddbaa0c9f44 and 6299c64cf3351fb1935319378aed421e26ed2f90.
Diffstat (limited to 'zlib-flate')
-rw-r--r--zlib-flate/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib-flate/build.mk b/zlib-flate/build.mk
index 3a17f94e..bb7f75e3 100644
--- a/zlib-flate/build.mk
+++ b/zlib-flate/build.mk
@@ -19,4 +19,4 @@ $(OBJS_zlib-flate): zlib-flate/$(OUTPUT_DIR)/%.$(OBJ): zlib-flate/%.cc
$(call compile,$<,$(INCLUDES_zlib-flate))
zlib-flate/$(OUTPUT_DIR)/$(call binname,zlib-flate): $(OBJS_zlib-flate)
- $(call makebin,$(OBJS_zlib-flate),$@,$(LDFLAGS) $(LDFLAGS_libqpdf),$(LIBS_libqpdf) $(LIBS))
+ $(call makebin,$(OBJS_zlib-flate),$@,$(LDFLAGS_libqpdf) $(LDFLAGS),$(LIBS_libqpdf) $(LIBS))