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'
|
# Template file for 'autofs'
|
||||||
pkgname=autofs
|
pkgname=autofs
|
||||||
version=5.1.5
|
version=5.1.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
make_build_args="DONTSTRIP=1"
|
||||||
configure_args="--with-libtirpc --with-mapdir=/etc/autofs --sbindir=/usr/bin"
|
configure_args="--with-libtirpc --with-mapdir=/etc/autofs --sbindir=/usr/bin"
|
||||||
conf_files="/etc/autofs/*"
|
conf_files="/etc/autofs/*"
|
||||||
hostmakedepends="pkg-config flex kmod rpcgen"
|
hostmakedepends="pkg-config flex kmod rpcgen"
|
||||||
makedepends="libtirpc-devel libxml2-devel"
|
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>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="${KERNEL_SITE}/daemons/autofs"
|
homepage="${KERNEL_SITE}/daemons/autofs"
|
||||||
|
@ -30,6 +31,10 @@ pre_configure() {
|
||||||
sed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch]
|
sed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
unset STRIP
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv $pkgname
|
vsv $pkgname
|
||||||
make DESTDIR=${DESTDIR} -C samples install
|
make DESTDIR=${DESTDIR} -C samples install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue