diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index 27f992669e8..2062f1cd4ac 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -1,13 +1,14 @@ # Template file for 'autofs' pkgname=autofs version=5.1.5 -revision=1 +revision=2 build_style=gnu-configure +make_build_args="DONTSTRIP=1" configure_args="--with-libtirpc --with-mapdir=/etc/autofs --sbindir=/usr/bin" conf_files="/etc/autofs/*" hostmakedepends="pkg-config flex kmod rpcgen" makedepends="libtirpc-devel libxml2-devel" -short_desc="A kernel-based automounter for Linux" +short_desc="Kernel-based automounter for Linux" maintainer="Helmut Pozimski " license="GPL-2.0-or-later" homepage="${KERNEL_SITE}/daemons/autofs" @@ -30,6 +31,10 @@ pre_configure() { sed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch] } +pre_build() { + unset STRIP +} + post_install() { vsv $pkgname make DESTDIR=${DESTDIR} -C samples install