From 3c6f992e10de77e6a4448597d43ac4a7b25d64f7 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Wed, 11 Dec 2024 03:31:45 +0100 Subject: [PATCH] remove a few lines --- build.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index 5c91944..ec901b6 100755 --- a/build.sh +++ b/build.sh @@ -701,7 +701,6 @@ if [ ! -f "$STEPS_DIR/ncurses" ]; then --enable-overwrite \ --with-build-cc=gcc \ --with-pkg-config-libdir=/usr/lib/pkgconfig - make -j 32 make -j 32 DESTDIR="$LFS" install @@ -1298,7 +1297,6 @@ if [ ! -f "$STEPS_DIR/gettext" ]; then --with-xz \ --cache-file=config.cache - make -j 32 make -j 32 DESTDIR="$LFS" install @@ -1514,11 +1512,13 @@ if [ ! -f "$STEPS_DIR/texinfo" ]; then #ac_fn_c_try_run=no #EOF - PERL=/usr/bin/perl \ - "../configure" \ - --prefix=$LFS \ - --host=${LFS_TGT} \ - --build=${BUILD_MACHINE_TRIPLET} \ + PERL=/usr/bin/perl \ + "../configure" \ + --prefix=/usr \ + --host=${LFS_TGT} \ + --build=${BUILD_MACHINE_TRIPLET} \ + --enable-cross-guesses=conservative \ + --enable-year2038 \ --cache-file=config.cache #make -j 32