diff options
Diffstat (limited to 'core/util-linux/build')
-rwxr-xr-x | core/util-linux/build | 11 |
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" |