summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-06-01 16:36:00 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-06-01 16:36:00 +0000
commitb8e8f57b52ee1f450fdb69e450fb18122ab514f1 (patch)
tree7bdfa6403f3dcae21188e2f19ba173621a3f4308 /ChangeLog
parent58040c3b15f966857eef0b35885800f0805e7c7a (diff)
downloadpcre2-b8e8f57b52ee1f450fdb69e450fb18122ab514f1.tar.gz
Patch for CMakeLists.txt by Wolfgang Stoeggl fixes several things; see Bugzilla
#2584/ git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1259 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94ab843..eb2b62f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,18 @@ invented by PH.
2. Fix inifinite loop when a single byte newline is searched in JIT when
invalid utf8 mode is enabled.
+3. Updated CMakeLists.txt with patch from Wolfgang Stöggl (Bugzilla #2584):
+
+ - Include GNUInstallDirs and use ${CMAKE_INSTALL_LIBDIR} instead of hardcoded
+ lib. This allows differentiation between lib and lib64.
+ CMAKE_INSTALL_LIBDIR is used for installation of libraries and also for
+ pkgconfig file generation.
+
+ - Add the version of PCRE2 to the configuration summary like ./configure
+ does.
+
+ - Fix typo: MACTHED_STRING->MATCHED_STRING
+
Version 10.35 09-May-2020
---------------------------