2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 14:50:07 -07:00

util-linux: disable lastlog2

closes #199
This commit is contained in:
Owen Rafferty 2024-07-25 18:01:47 -05:00
parent a899672b3d
commit 778d8a95b4
No known key found for this signature in database

View File

@ -13,6 +13,7 @@ patch -p1 < posix.patch
--enable-fsck \ --enable-fsck \
--enable-chfn-chsh \ --enable-chfn-chsh \
--disable-chfn-chsh-password \ --disable-chfn-chsh-password \
--disable-liblastlog2 \
--disable-makeinstall-chown \ --disable-makeinstall-chown \
--disable-rpath \ --disable-rpath \
--without-udev \ --without-udev \