From a7f623e4a88d968a1678e473296fa1584cd556f5 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 25 Jun 2023 01:07:39 +0200 Subject: [PATCH] open-vm-tools: update to 12.2.5. --- srcpkgs/open-vm-tools/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/open-vm-tools/template b/srcpkgs/open-vm-tools/template index 67ee6db8275..a8781238bb7 100644 --- a/srcpkgs/open-vm-tools/template +++ b/srcpkgs/open-vm-tools/template @@ -1,12 +1,12 @@ # Template file for 'open-vm-tools' pkgname=open-vm-tools -version=12.2.0 +version=12.2.5 revision=1 archs="x86_64* i686* aarch64*" build_wrksrc="open-vm-tools" build_style=gnu-configure configure_args="--sbindir=/usr/bin --with-udev-rules-dir=/usr/lib/udev/rules.d - --without-xmlsecurity --without-kernel-modules --disable-containerinfo + --without-xmlsecurity --without-kernel-modules --disable-containerinfo --disable-glibc-check $(vopt_with x11 x) $(vopt_with pam)" hostmakedepends="automake libtool pkg-config glib-devel rpcsvc-proto" makedepends="fuse-devel glib-devel libmspack-devel openssl-devel libtirpc-devel @@ -18,15 +18,11 @@ license="GPL-2.0-only, LGPL-2.1-only" homepage="https://github.com/vmware/open-vm-tools" changelog="https://raw.githubusercontent.com/vmware/open-vm-tools/master/ReleaseNotes.md" distfiles="https://github.com/vmware/open-vm-tools/archive/refs/tags/stable-${version}.tar.gz" -checksum=5127dd8643e4c89a22a93728ea5420d236cd4083bc07d665f70fee08a581d635 +checksum=8cf14932fde137d9079891c1c08ac8f41024de0af90e8ff3707fe0e66c687775 build_options="pam x11" build_options_default="pam x11" -if [ "$XBPS_TARGET_LIBC" != "glibc" ]; then - configure_args+=" --disable-glibc-check" -fi - pre_configure() { autoreconf -vfi }