From 31a277f2bab9d5b92e3a6990e7a3b566c175d20a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Jan 2020 11:40:52 +0300 Subject: util-linux: do not build logger and getopt --- core/util-linux/build | 5 ++++- core/util-linux/version | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'core/util-linux') diff --git a/core/util-linux/build b/core/util-linux/build index 0b9b18b8..28e318c5 100755 --- a/core/util-linux/build +++ b/core/util-linux/build @@ -17,7 +17,10 @@ --disable-sulogin \ --without-udev \ --without-python \ - --without-systemd + --without-systemd \ + --disable-nologin \ + --disable-logger make make DESTDIR="$1" install +rm -f "$1/usr/bin/getopt" diff --git a/core/util-linux/version b/core/util-linux/version index 5c4b0a5a..9d025f66 100644 --- a/core/util-linux/version +++ b/core/util-linux/version @@ -1 +1 @@ -2.34 4 +2.34 5 -- cgit v1.2.3