diff options
author | Michael Cho <michael@michaelcho.dev> | 2024-10-27 20:10:05 -0400 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2024-11-07 09:40:25 +0100 |
commit | 6f216ccbac716848c8e1f40c0d9f48d8bfd1eecb (patch) | |
tree | 91651ec6ca5fe9fc64fdc62e17d9be92b57f08bd /NEWS | |
parent | 66791028583cb177627cc46b013f9e89dd13c469 (diff) |
ICU 75 requires C++17 so build fails with AX_CXX_COMPILE_STDCXX_11.
To fix, use AX_CXX_COMPILE_STDCXX_17 (from autoconf-archive 2023.02.20)
when ICU 75 or later is detected.
ICU 76 reduces linkage by moving some Requires to Requires.private, so
`icu-i18n` no longer indirectly adds `icu-uc` when linking to shared
libraries. For simplicity, just look for `icu-uc` while handling ICU 75
as it is backwards compatible and doesn't need a separate conditional.
Change-Id: I6a87312391f89c7b79f0066a09f2fc58fd7576d7
Reviewed-on: https://gerrit.libreoffice.org/c/libcdr/+/175709
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions