mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
chroot-util-linux: disable programs that use pam
This commit is contained in:
parent
2fd92d3047
commit
8b05d7f200
1 changed files with 3 additions and 1 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=3
|
revision=4
|
||||||
wrksrc="${pkgname/chroot-/}-${version}"
|
wrksrc="${pkgname/chroot-/}-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="util-linux>=0"
|
conflicts="util-linux>=0"
|
||||||
|
@ -12,6 +12,8 @@ configure_args="--without-ncurses --without-udev --disable-libuuid
|
||||||
--disable-libblkid --disable-libmount --disable-mount --disable-losetup
|
--disable-libblkid --disable-libmount --disable-mount --disable-losetup
|
||||||
--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-login --disable-runuser
|
||||||
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…
Add table
Reference in a new issue