aboutsummaryrefslogtreecommitdiff
path: root/core/util-linux/build
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/build
parent14942f3c48055b4bd12d55b2e45162d806a97ee2 (diff)
downloadrepository-94020a55bd1301b51c6b111be08b3aab76d0ad13.tar.gz
util-linux: update to make use of kiss alternatives
Diffstat (limited to 'core/util-linux/build')
-rwxr-xr-xcore/util-linux/build11
1 files changed, 1 insertions, 10 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"