aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-01-14 01:51:31 +0100
committerJay Berkenbilt <ejb@ql.org>2018-01-14 01:53:52 +0100
commit6299c64cf3351fb1935319378aed421e26ed2f90 (patch)
tree1ed0ef9ee42de0fd6386c448cb3beab955e1a6f8 /ChangeLog
parentec0087e3ce2ae7554098b3506378ca3eb9d87795 (diff)
downloadqpdf-6299c64cf3351fb1935319378aed421e26ed2f90.tar.zst
Use correct link directory order (fixes #158)
Make sure to link from the source tree before linking from the system. In many environments, this is necessary to allow a newly built qpdf to link properly instead of trying to link or resolve libraries from an older installed version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c023bd3..14a9b928 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2018-01-13 Jay Berkenbilt <ejb@ql.org>
+ * Fix link order in the build to avoid conflicts when building
+ from source while an older version of qpdf is installed.
+
* Add support for TIFF predictor for LZW and Flate streams. Now
all predictor functions are supported.