diff --git a/build-shared.sh b/build-shared.sh index 9eb77cac5..ad696c834 100755 --- a/build-shared.sh +++ b/build-shared.sh @@ -260,6 +260,8 @@ TL_MAKE=$MAKE ../source/configure $CONFHOST $CONFBUILD $WARNINGFLAGS\ --without-system-gd \ --without-system-libpng \ --without-system-poppler \ + --without-system-gmp \ + --without-system-mpfr \ --without-system-teckit \ --without-system-zlib \ --without-system-t1lib \ diff --git a/build.sh b/build.sh index 10c203f59..4ac74cf6a 100755 --- a/build.sh +++ b/build.sh @@ -335,6 +335,8 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA --without-system-gd \ --without-system-libpng \ --without-system-poppler \ + --without-system-gmp \ + --without-system-mpfr \ --without-system-teckit \ --without-system-zlib \ --without-system-t1lib \