summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-22 03:20:35 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-22 03:24:06 +0200
commit30dbf94f53a3fd9760242883bdc5bddbaa0c9f44 (patch)
treed0a597cd5df5de029f7cbbb4d0c7e9afe9c27644 /ChangeLog
parent81e8752362eeab80f156eb74d1b523eba20a0366 (diff)
downloadqpdf-30dbf94f53a3fd9760242883bdc5bddbaa0c9f44.tar.zst
Fix order of build flags.
Place user-specified CPPFLAGS and LDFLAGS later so that user-specified non-standard paths that have old versions of qpdf don't cause the build to fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6a4b44..12609a21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-06-21 Jay Berkenbilt <ejb@ql.org>
+ * make/libtool.mk: Place user-specified CPPFLAGS and LDFLAGS later
+ in the compilation so that if a user installs things in a
+ non-standard place that they have to tell the build about, earlier
+ versions of qpdf installed there won't break the build. Thanks to
+ Macports for reporting this. (Fixes bug 3468860.)
+
* Instead of using off_t in the public APIs, use qpdf_offset_t
instead. This is defined as long long in qpdf/Types.h. If your
system doesn't support long long, you can redefine it.