- With expect available in the main build section the hack of having --enable-toolchain used for it is no longer needed.
Signed-off-by: Adolf Belka <[email protected]> --- make.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 5bdc7690c..3f642ae2a 100755 --- a/make.sh +++ b/make.sh @@ -2067,7 +2067,8 @@ build_system() { lfsmake2 mcelog lfsmake2 socat lfsmake2 libtpms - lfsmake2 --enable-toolchain swtpm # requires expect from the toolchain + lfsmake2 expect + lfsmake2 swtpm lfsmake2 libpciaccess lfsmake2 ovmf lfsmake2 libvirt -- 2.51.1
