1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/open-vm-tools/use-libtirpc-nokrb.patch

17 lines
521 B
Diff

Link against libtirpc variant built without GSS-API/Kerberos to avoid
unnecessary dependency on krb5-libs (open-vm-tools don't use Kerberos).
--- a/open-vm-tools/configure.ac
+++ b/open-vm-tools/configure.ac
@@ -1016,9 +1015,9 @@
if test "$with_tirpc" != "no"; then
- AC_VMW_CHECK_LIB([libtirpc],
+ AC_VMW_CHECK_LIB([libtirpc-nokrb],
[TIRPC],
- [libtirpc],
+ [libtirpc-nokrb],
[],
[],
[],