aboutsummaryrefslogtreecommitdiffstats
path: root/community/open-vm-tools
diff options
context:
space:
mode:
Diffstat (limited to 'community/open-vm-tools')
-rw-r--r--community/open-vm-tools/APKBUILD2
-rw-r--r--community/open-vm-tools/use-libtirpc-nokrb.patch17
2 files changed, 19 insertions, 0 deletions
diff --git a/community/open-vm-tools/APKBUILD b/community/open-vm-tools/APKBUILD
index 03fbbb2795..0890bfcbff 100644
--- a/community/open-vm-tools/APKBUILD
+++ b/community/open-vm-tools/APKBUILD
@@ -75,6 +75,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive
change-default-log-dir.patch
change-statechange.subr-location.patch
tools.conf.patch
+ use-libtirpc-nokrb.patch
$pkgname.initd
$pkgname.confd
@@ -281,6 +282,7 @@ dbcec24beafbbe94c8ed12482f9d0c643a6bbec256198cdc898513410271a3e2c0b7e35b0997ee0e
87057ae614d34af2e5581f31b5e028363f316bce4e255b5199438bade96891e798160424aee5804314280773de98ed514fcac7a790bec1f1ae63f3daa1fbef9c change-default-log-dir.patch
6494fe94f332706a130dd12afa18b881f6b6c4e0523570ff866e1678e37af6bd6148c4cf7d957e12f8dc2a51b4f07aa849c4e947911bcbe20d0c81049a2b6974 change-statechange.subr-location.patch
44d4f149bdb15b364c5a11657514f432dba7d3fd35907cb58b3c47d54165f439d7775db128f8b476e9f7002d9741cb11d4cba83ce8998db003bfad761c4db710 tools.conf.patch
+0feef314fc178922f86fdb072fc46ae0932aa59085b8263beecc1ad53c9bec04967b0d7fa62ab1051e65685b03bba80ccb075fe01c0ac67591c81f38131176b2 use-libtirpc-nokrb.patch
1248234f19a29b28b6a75886b39d1579d0f94d43925db1f709b7a05907582f6650b78d39155e7da335f27b6da00586b9c3dc3ca7e4cab19dba5c84cfefd1e6cb open-vm-tools.initd
f996fc598d01ea778797674fca2a9f467d7ce7ced50e4e0343b3d53bea65770df488b1a286e42603d91e05ba85610161eb68e3fbaa5cbf1757a8aec81869a677 open-vm-tools.confd
4b79d7432f366e5ef202e69bffed5caacab8008f39475d50d54cfa5ac9f521cc0df7122d8e3a95340a4b00cb0b202717293df14f9d411d5edf41dcc7fa4c0550 open-vm-tools.logrotate"
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],
+ [],
+ [],
+ [],