autofs: update to 5.1.8.
This commit is contained in:
parent
88c9aeb6a1
commit
946a7d002b
1 changed files with 4 additions and 5 deletions
|
@ -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 <helmut@pozimski.eu>"
|
|||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue