changeset 411:4ee5b30624fc

core/util-linux: fix conflict with shadow
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 20:10:00 +0200
parents 67e2013ed8f3
children c861dd7c54e2
files core/util-linux/util-linux.sh
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/core/util-linux/util-linux.sh	Thu Apr 04 20:04:00 2019 +0200
+++ b/core/util-linux/util-linux.sh	Thu Apr 04 20:10:00 2019 +0200
@@ -83,7 +83,7 @@
 	tar xvaf $PKGNAME-$PKGVERSION.tar.xz
 	pushd $PKGNAME-$PKGVERSION
 
-	# disable login, su, sulogin, provided by shadow.
+	# chfn, chsh, login, nologin, su, sulogin, vipw, vigr are provided by shadow.
 	CC="$CC" \
 	CFLAGS="$CFLAGS" \
 	LDFLAGS="$LDFLAGS" \
@@ -94,9 +94,12 @@
 		--bindir=/usr/bin \
 		--disable-gtk-doc \
 		--disable-static \
+		--disable-chfn-chsh \
+		--disable-login \
+		--disable-nologin \
 		--disable-su \
 		--disable-sulogin \
-		--disable-login \
+		--disable-vipw \
 		--enable-shared \
 		--enable-usrdir-path \
 		--libdir=/usr/lib \