From 469e83b43da5b660579666ad3ba8c86bfd099596 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 8 Mar 2020 19:32:49 +0100 Subject: community/open-vm-tools: build against libtirpc-nokrb --- community/open-vm-tools/use-libtirpc-nokrb.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 community/open-vm-tools/use-libtirpc-nokrb.patch (limited to 'community/open-vm-tools/use-libtirpc-nokrb.patch') 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], + [], + [], + [], -- cgit v1.2.3