mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 02:14:41 -07:00
util-linux: Don't exclude utils
This commit is contained in:
parent
362156e268
commit
91a970429e
@ -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,8 +11,6 @@
|
||||
--enable-fsck \
|
||||
--disable-makeinstall-chown \
|
||||
--disable-rpath \
|
||||
--disable-kill \
|
||||
--disable-sulogin \
|
||||
--without-udev \
|
||||
--without-python \
|
||||
--without-systemd
|
||||
|
Loading…
Reference in New Issue
Block a user