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