2
0
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:
Dylan Araps 2020-02-13 09:34:33 +02:00
parent 362156e268
commit 91a970429e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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