configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 89a0933968e4b9160613707301d1f5dd36d97282 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Wed Feb 14 15:48:58 2024 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Wed Feb 14 18:17:00 2024 +0100
configure: clean up not needed abseil libs for the system-abseil case Noticed by Rene, found by emptying the list and then adding items back till the linker succeeded again. Change-Id: I0b68ad8c50659af2d3a9ff3abfad60990f25bd79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163378 Tested-by: René Engelhard <r...@debian.org> Reviewed-by: René Engelhard <r...@debian.org> diff --git a/configure.ac b/configure.ac index 48b325790b80..fc0fd16524f3 100644 --- a/configure.ac +++ b/configure.ac @@ -12246,7 +12246,7 @@ if test "$ENABLE_PDFIUM" = "TRUE"; then AC_MSG_RESULT([external]) SYSTEM_ABSEIL=TRUE AC_LANG_PUSH([C++]) - PKG_CHECK_MODULES(ABSEIL, absl_bad_optional_access absl_bad_variant_access absl_inlined_vector ) + PKG_CHECK_MODULES(ABSEIL, absl_bad_variant_access ) AC_LANG_POP([C++]) ABSEIL_CFLAGS=$(printf '%s' "$ABSEIL_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g") FilterLibs "${ABSEIL_LIBS}"