From 7b2166c8217cb32f2f7951f074e33d9fe890bb9b Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sat, 9 Dec 2023 11:44:43 +0100 Subject: Fix build --with-system-openssl but --without-system-curl Change-Id: I60e2e995a159ebbbdc0991204d765b5654d5a4fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160510 Reviewed-by: Eike Rathke Tested-by: Jenkins --- include/systools/curlinit.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/systools/curlinit.hxx') diff --git a/include/systools/curlinit.hxx b/include/systools/curlinit.hxx index bf2899ee1e23..d03c620a3c75 100644 --- a/include/systools/curlinit.hxx +++ b/include/systools/curlinit.hxx @@ -16,7 +16,9 @@ #if defined(LINUX) && !defined(SYSTEM_CURL) #include +#define LO_CURL_NEEDS_CA_BUNDLE #include "opensslinit.hxx" +#undef LO_CURL_NEEDS_CA_BUNDLE #endif #include -- cgit