blob: d41a7463a5935d860aae97cf5daa928e392bc05f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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],
[],
[],
[],
|