Skip to content
Snippets Groups Projects
Commit 33a2b774 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

updated build.sh scripts

parent 816ff65e
Branches
Tags
No related merge requests found
......@@ -203,7 +203,7 @@ fi
SHAREDENABLE="--disable-shared "
if [ "$ENABLESHARED" = "TRUE" ]
then
SHAREDENABLE="--enable-shared -disable-native-texlive-build "
SHAREDENABLE="--enable-shared --disable-native-texlive-build --disable-static"
if [ ! -r "$B-shared" ]
then
mkdir "$B-shared"
......@@ -248,6 +248,7 @@ TL_MAKE=$MAKE ../source/configure $CONFHOST $CONFBUILD $WARNINGFLAGS\
--disable-xetex \
--disable-ptex \
--disable-ipc \
--disable-native-texlive-build \
--disable-dump-share \
--enable-web2c \
$LUA53ENABLE $JITENABLE \
......@@ -258,6 +259,7 @@ TL_MAKE=$MAKE ../source/configure $CONFHOST $CONFBUILD $WARNINGFLAGS\
--without-system-freetype2 \
--without-system-gd \
--without-system-libpng \
--without-system-poppler \
--without-system-teckit \
--without-system-zlib \
--without-system-t1lib \
......
......@@ -321,6 +321,7 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA
--disable-xetex \
--disable-ipc \
--disable-dump-share \
--disable-native-texlive-build \
--enable-coremp \
--enable-web2c \
$LUA53ENABLE $JITENABLE $LUAHBENABLE $JITHBENABLE \
......@@ -333,6 +334,7 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA
--without-system-freetype2 \
--without-system-gd \
--without-system-libpng \
--without-system-poppler \
--without-system-teckit \
--without-system-zlib \
--without-system-t1lib \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment