chroot-util-linux: explicitly disable setpriv (requires libcap-ng)
This commit is contained in:
parent
178e380502
commit
bf3e716b9f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-util-linux'
|
# Template file for 'chroot-util-linux'
|
||||||
pkgname=chroot-util-linux
|
pkgname=chroot-util-linux
|
||||||
version=2.24.1
|
version=2.24.1
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="${pkgname/chroot-/}-${version}"
|
wrksrc="${pkgname/chroot-/}-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="util-linux>=0"
|
conflicts="util-linux>=0"
|
||||||
|
@ -13,7 +13,7 @@ configure_args="--without-ncurses --without-udev --disable-libuuid
|
||||||
--disable-fsck --disable-partx --disable-uuidd --disable-mountpoint
|
--disable-fsck --disable-partx --disable-uuidd --disable-mountpoint
|
||||||
--disable-fallocate --disable-unshare --disable-nls --disable-wall
|
--disable-fallocate --disable-unshare --disable-nls --disable-wall
|
||||||
--disable-chfn-chsh-password --disable-su --disable-sulogin
|
--disable-chfn-chsh-password --disable-su --disable-sulogin
|
||||||
--disable-login --disable-runuser
|
--disable-login --disable-runuser --disable-setpriv
|
||||||
scanf_cv_alloc_modifier=as"
|
scanf_cv_alloc_modifier=as"
|
||||||
short_desc="Miscellaneous linux utilities -- for xbps-src use"
|
short_desc="Miscellaneous linux utilities -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
|
Loading…
Reference in a new issue