diff options
Diffstat (limited to 'community/open-vm-tools/use-libtirpc-nokrb.patch')
-rw-r--r-- | community/open-vm-tools/use-libtirpc-nokrb.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community/open-vm-tools/use-libtirpc-nokrb.patch b/community/open-vm-tools/use-libtirpc-nokrb.patch new file mode 100644 index 0000000000..d41a7463a5 --- /dev/null +++ b/community/open-vm-tools/use-libtirpc-nokrb.patch @@ -0,0 +1,17 @@ +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], + [], + [], + [], |