commit 94020a55bd1301b51c6b111be08b3aab76d0ad13 parent 14942f3c48055b4bd12d55b2e45162d806a97ee2 Author: Cem Keylan <cem@ckyln.com> Date: Thu, 13 Feb 2020 13:00:57 +0300 util-linux: update to make use of kiss alternatives Diffstat:
M | core/util-linux/build | | | 11 | +---------- |
M | core/util-linux/version | | | 2 | +- |
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git 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" diff --git a/core/util-linux/version b/core/util-linux/version @@ -1 +1 @@ -2.35.1 1 +2.35.1 2