From 946a7d002b398163143ef46dc5edaba045f343fb Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 19 Oct 2021 20:06:45 +0200 Subject: [PATCH] autofs: update to 5.1.8. --- srcpkgs/autofs/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index b306368242d..6ec782cccbb 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -1,6 +1,6 @@ # Template file for 'autofs' pkgname=autofs -version=5.1.7 +version=5.1.8 revision=1 build_style=gnu-configure make_build_args="DONTSTRIP=1" @@ -13,7 +13,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-or-later" homepage="https://www.kernel.org/pub/linux/daemons/autofs" distfiles="${KERNEL_SITE}/daemons/autofs/v5/autofs-${version}.tar.xz" -checksum=a36b268611b79b07051749870ba540b139938efc84bc0293244c483e94f9ced7 +checksum=b33d1059855664b20eeda26f3e28ff518fb0c3d58f565570af2ae569dc73c0fd CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/gssglue -I${XBPS_CROSS_BASE}/usr/include/tirpc" @@ -22,9 +22,8 @@ if [ -z "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" != "musl" ]; then fi pre_configure() { - sed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch] - sed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch] - # chmod +x configure + vsed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch] + vsed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch] } pre_build() {