From e840bbb08cc651a44044a8abc36935ca9d7a4fd4 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sun, 26 Sep 2021 13:01:12 -0400 Subject: buildsystem - adjust libdir and includedir in generated pkgconfig The lib and include dirs can be set at CMake time by passing LIB_INSTALL_DIR and INCLUDE_INSTALL_DIR values. Additionally, on 64-bit linux the libdir default is "lib64". Issue#508 --- ReleaseNotes.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ReleaseNotes.txt') diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index b43c7761..731e557a 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -8,6 +8,7 @@ Version 3.0.11 (UNRELEASED): * Fix vcal for some architectures (like aarch64, ppc64le and s390x) * Fix memory leaks in vcal * Prevent crash when looking for tzid in initialize_rscale + * Adjust libdir and includedir in generated pkgconfig files Version 3.0.10 (17 April 2021): ------------------------------- -- cgit v1.2.1