diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-09 11:40:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-09 11:40:52 +0300 |
commit | 31a277f2bab9d5b92e3a6990e7a3b566c175d20a (patch) | |
tree | 18d6e2505db534f23dcfee460bb475f376f22ebf | |
parent | 37c82477d070668edf62d5bbe5a8fdf86ed5885b (diff) | |
download | repository-31a277f2bab9d5b92e3a6990e7a3b566c175d20a.tar.gz |
util-linux: do not build logger and getopt
-rwxr-xr-x | core/util-linux/build | 5 | ||||
-rw-r--r-- | core/util-linux/version | 2 |
2 files changed, 5 insertions, 2 deletions
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 |