cmake
- Use bundled version of
libuv
(for now) - Use bundled version of
rhash
(nothing depends on it) - Unset
$MAKE
ascmake
expectscmake_make_processor
to be equal to$MAKE
which ismake
on glaucus, and that does not work when bootstrappingcmake
- Build
cmake
by itself to enable LTO (BUILD_LTO=ON
) - Test suite might require
LC_ALL=en_US.UTF-8
on LFS