Skip to content

Commit

Permalink
Disable liblastlog2 for util-linux in raw toolchain build (#10661)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcilvaney authored Oct 8, 2024
1 parent 5dd8925 commit 3fc3abd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ mkdir -pv /var/lib/hwclock
--disable-runuser \
--disable-pylibmount \
--disable-static \
--disable-liblastlog2 \
--without-python
make -j$(nproc)
make install
Expand Down Expand Up @@ -841,6 +842,7 @@ pushd util-linux-2.40.2
--without-python \
--without-systemd \
--without-systemdsystemunitdir \
--disable-liblastlog2 \
--docdir=/usr/share/doc/util-linux-2.40.2
make -j$(nproc)
make install
Expand Down

0 comments on commit 3fc3abd

Please sign in to comment.