open-vm-tools: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:07:01 -07:00 committed by classabbyamp
parent 02c1dc534f
commit 85947b4447

View file

@ -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"