util-linux: reenable vipw(8) as requested by TML on irc.
This commit is contained in:
parent
688fb13a20
commit
c6f9cd68fa
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'util-linux'
|
||||
pkgname=util-linux
|
||||
version=2.28
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
|
||||
|
@ -35,7 +35,7 @@ do_configure() {
|
|||
--enable-libuuid --disable-makeinstall-chown \
|
||||
--enable-libblkid --enable-fsck --disable-rpath \
|
||||
--enable-fs-paths-extra=/usr/sbin:/usr/bin \
|
||||
--disable-vipw --enable-newgrp --enable-chfn-chsh \
|
||||
--enable-vipw --enable-newgrp --enable-chfn-chsh \
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system \
|
||||
--without-udev --without-python \
|
||||
--enable-write --localstatedir=/run
|
||||
|
|
Loading…
Reference in a new issue