aboutsummaryrefslogtreecommitdiffstats
path: root/community/open-vm-tools/use-libtirpc-nokrb.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-03-08 19:32:49 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-03-08 20:37:31 +0100
commit469e83b43da5b660579666ad3ba8c86bfd099596 (patch)
tree968cc5ac0e060267adc533a42313b1108d2d7a2e /community/open-vm-tools/use-libtirpc-nokrb.patch
parent7d4ce1a2c585e5c36ed4a8e172aeba89ba7bbb00 (diff)
downloadaports-469e83b43da5b660579666ad3ba8c86bfd099596.tar.bz2
aports-469e83b43da5b660579666ad3ba8c86bfd099596.tar.xz
community/open-vm-tools: build against libtirpc-nokrb
Diffstat (limited to 'community/open-vm-tools/use-libtirpc-nokrb.patch')
-rw-r--r--community/open-vm-tools/use-libtirpc-nokrb.patch17
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],
+ [],
+ [],
+ [],