summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2024-07-19 13:10:51 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-07-23 14:07:21 +0200
commit2974781f54c68a1d67129cda978667baab6fb5fe (patch)
tree6b7b884d091b54aedc2f74613b6103baee1ff2db /bin
parent69e84cd448e359bf63ead6ed647c380b6ddc2c6c (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> (cherry picked from commit 46e21942bf412eda1750f850c328cb41f1ff70ca) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170731 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-elf-dynamic-objects9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects
index bdf551b12cb5..df79608fc6c8 100755
--- a/bin/check-elf-dynamic-objects
+++ b/bin/check-elf-dynamic-objects
@@ -192,8 +192,15 @@ local file="$1"
*/libofficebean.so)
allowlist="${allowlist} libjawt.so"
;;
+ */libcurl.so.4)
+ if [ "$WITH_GSSAPI" = TRUE ]; then
+ allowlist="${allowlist} ${kerberosallowlist}"
+ fi
+ ;;
*/libpostgresql-sdbc-impllo.so)
- allowlist="${allowlist} ${kerberosallowlist}"
+ if [ "$WITH_GSSAPI" = TRUE ]; then
+ allowlist="${allowlist} ${kerberosallowlist}"
+ fi
;;
*/libmysqlclo.so)
if [ "$WITH_GSSAPI" = TRUE ]; then