Commit df7ef11181fbaf3086dd2f5897ed1b0b7080c682

Authored by Ryan Schmidt
Committed by GitHub
1 parent 1bd2a2e7

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.
Showing 1 changed file with 1 additions and 1 deletions
zlib-flate/build.mk
... ... @@ -19,4 +19,4 @@ $(OBJS_zlib-flate): zlib-flate/$(OUTPUT_DIR)/%.$(OBJ): zlib-flate/%.cc
19 19 $(call compile,$<,$(INCLUDES_zlib-flate))
20 20  
21 21 zlib-flate/$(OUTPUT_DIR)/$(call binname,zlib-flate): $(OBJS_zlib-flate)
22   - $(call makebin,$(OBJS_zlib-flate),$@,$(LDFLAGS) $(LDFLAGS_libqpdf),$(LIBS_libqpdf) $(LIBS))
  22 + $(call makebin,$(OBJS_zlib-flate),$@,$(LDFLAGS_libqpdf) $(LDFLAGS),$(LIBS_libqpdf) $(LIBS))
... ...