From 30dbf94f53a3fd9760242883bdc5bddbaa0c9f44 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 21 Jun 2012 21:20:35 -0400 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d6a4b44..12609a21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-06-21 Jay Berkenbilt + * 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. -- cgit v1.2.3-70-g09d2