diff --git a/core/util-linux/build b/core/util-linux/build index d03a3557..76c1f23a 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,8 +11,6 @@ --enable-fsck \ --disable-makeinstall-chown \ --disable-rpath \ - --disable-kill \ - --disable-sulogin \ --without-udev \ --without-python \ --without-systemd