diff --git a/srcpkgs/open-vm-tools/template b/srcpkgs/open-vm-tools/template index c72ade7f06e..2d993de61ff 100644 --- a/srcpkgs/open-vm-tools/template +++ b/srcpkgs/open-vm-tools/template @@ -1,7 +1,7 @@ # Template file for 'open-vm-tools' pkgname=open-vm-tools version=12.3.0 -revision=2 +revision=3 archs="x86_64* i686* aarch64*" build_wrksrc="open-vm-tools" build_style=gnu-configure @@ -20,6 +20,10 @@ changelog="https://raw.githubusercontent.com/vmware/open-vm-tools/master/Release distfiles="https://github.com/vmware/open-vm-tools/archive/refs/tags/stable-${version}.tar.gz" checksum=c69f7bcd4262726758302d20e594b2f11012334c9e53c47dabf8f4d0fdd16fff +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + build_options="pam x11" build_options_default="pam x11"