From 94020a55bd1301b51c6b111be08b3aab76d0ad13 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 13 Feb 2020 13:00:57 +0300 Subject: util-linux: update to make use of kiss alternatives --- core/util-linux/build | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'core/util-linux/build') diff --git a/core/util-linux/build b/core/util-linux/build index f93ababb..13394c52 100755 --- a/core/util-linux/build +++ b/core/util-linux/build @@ -1,7 +1,5 @@ #!/bin/sh -e -# During ./configure, disable kill and sulogin as they are provided -# by busybox. ./configure \ --prefix=/usr \ --localstatedir=/var \ @@ -13,16 +11,9 @@ --enable-fsck \ --disable-makeinstall-chown \ --disable-rpath \ - --disable-kill \ - --disable-sulogin \ - --disable-su \ - --disable-login \ --without-udev \ --without-python \ - --without-systemd \ - --disable-nologin \ - --disable-logger + --without-systemd make make DESTDIR="$1" install -rm -f "$1/usr/bin/getopt" -- cgit v1.2.3