autofs: prevent stripping by Makefile
This commit is contained in:
parent
3572c2c1ed
commit
4c2d9dc1b2
1 changed files with 7 additions and 2 deletions
|
@ -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 <helmut@pozimski.eu>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue