aboutsummaryrefslogtreecommitdiff
path: root/core/util-linux
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-13 13:00:57 +0300
committerCem Keylan <cem@ckyln.com>2020-02-13 13:00:57 +0300
commit94020a55bd1301b51c6b111be08b3aab76d0ad13 (patch)
tree9b4e7209e64b5f14d410bdb2dea8bcb11110bd2c /core/util-linux
parent14942f3c48055b4bd12d55b2e45162d806a97ee2 (diff)
downloadrepository-94020a55bd1301b51c6b111be08b3aab76d0ad13.tar.gz
util-linux: update to make use of kiss alternatives
Diffstat (limited to 'core/util-linux')
-rwxr-xr-xcore/util-linux/build11
-rw-r--r--core/util-linux/version2
2 files changed, 2 insertions, 11 deletions
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"
diff --git a/core/util-linux/version b/core/util-linux/version
index 00a2b0cc..45e205ff 100644
--- a/core/util-linux/version
+++ b/core/util-linux/version
@@ -1 +1 @@
-2.35.1 1
+2.35.1 2