summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2024-07-19 13:10:51 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2024-07-19 21:36:53 +0200
commit46e21942bf412eda1750f850c328cb41f1ff70ca (patch)
tree0f60e3da01463c173d004f2c67a874fe5a0f3174 /external
parent3ffd9de3c4bac6bfa46472698e6146713185a3f2 (diff)
configure,curl: enable GSSAPI on Linux/MacOS/etc.
This will link libgssapi_krb5.so.2 which is in krb5-libs (ABI CL1 in RHEL8, ABI CL2 in RHEL9). Change-Id: I2dbaa64e70f4502c5a47c6c85123c94b9ad41277 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170758 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'external')
-rw-r--r--external/curl/ExternalProject_curl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/curl/ExternalProject_curl.mk b/external/curl/ExternalProject_curl.mk
index b999c5ceeb77..d44f8e77ee2c 100644
--- a/external/curl/ExternalProject_curl.mk
+++ b/external/curl/ExternalProject_curl.mk
@@ -43,7 +43,8 @@ $(call gb_ExternalProject_get_state_target,curl,build):
--without-libssh2 --without-nghttp2 \
--without-libssh --without-brotli \
--without-ngtcp2 --without-quiche \
- --without-zstd --without-hyper --without-libgsasl --without-gssapi \
+ --without-zstd --without-hyper --without-libgsasl \
+ $(if $(WITH_GSSAPI),--with-gssapi,--without-gssapi) \
--disable-mqtt --disable-ares \
--disable-dict --disable-file --disable-gopher --disable-imap \
--disable-ldap --disable-ldaps --disable-manual --disable-pop3 \