Skip to content

Commit 3fc3abd

Browse files
authored
Disable liblastlog2 for util-linux in raw toolchain build (#10661)
1 parent 5dd8925 commit 3fc3abd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

toolkit/scripts/toolchain/container/toolchain_build_in_chroot.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ mkdir -pv /var/lib/hwclock
114114
--disable-runuser \
115115
--disable-pylibmount \
116116
--disable-static \
117+
--disable-liblastlog2 \
117118
--without-python
118119
make -j$(nproc)
119120
make install
@@ -841,6 +842,7 @@ pushd util-linux-2.40.2
841842
--without-python \
842843
--without-systemd \
843844
--without-systemdsystemunitdir \
845+
--disable-liblastlog2 \
844846
--docdir=/usr/share/doc/util-linux-2.40.2
845847
make -j$(nproc)
846848
make install

0 commit comments

Comments
 (0)