util-linux: add /usr/{sbin,bin} to look for fs helpers.
This commit is contained in:
parent
52b9158727
commit
d871e9e88e
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'util-linux'
|
||||
pkgname=util-linux
|
||||
version=2.21
|
||||
revision=1
|
||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.21/${pkgname}-${version}.tar.xz"
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -30,6 +31,7 @@ do_configure() {
|
|||
--enable-libuuid --disable-makeinstall-chown \
|
||||
--enable-libblkid --enable-fsck --disable-rpath \
|
||||
--enable-libmount-mount \
|
||||
--enable-fs-paths-extra=/usr/sbin:/usr/bin \
|
||||
SUID_CFLAGS="-fPIE" SUID_LDFLAGS="-pie"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue