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
|
#!/bin/sh -e
|
||||||
|
|
||||||
# During ./configure, disable kill and sulogin as they are provided
|
|
||||||
# by busybox.
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
@ -13,8 +11,6 @@
|
|||||||
--enable-fsck \
|
--enable-fsck \
|
||||||
--disable-makeinstall-chown \
|
--disable-makeinstall-chown \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-kill \
|
|
||||||
--disable-sulogin \
|
|
||||||
--without-udev \
|
--without-udev \
|
||||||
--without-python \
|
--without-python \
|
||||||
--without-systemd
|
--without-systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user