Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 0d8f479

Browse files
committedApr 24, 2020
update with upstream.
git-svn-id: https://serveur-svn.lri.fr/svn/modhel/luatex/trunk@7351 0b2b3880-5936-4365-a048-eb17d2e5a6bf
1 parent b381b2c commit 0d8f479

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎build-shared.sh

+2
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ TL_MAKE=$MAKE ../source/configure $CONFHOST $CONFBUILD $WARNINGFLAGS\
306306
--without-system-freetype2 \
307307
--without-system-gd \
308308
--without-system-libpng \
309+
--without-system-pplib \
309310
--without-system-poppler \
310311
--without-system-gmp \
311312
--without-system-mpfr \
@@ -330,6 +331,7 @@ $MAKE
330331
(cd libs; $MAKE all )
331332
(cd libs/zziplib; $MAKE all )
332333
(cd libs/zlib; $MAKE all )
334+
(cd libs/pplib; $MAKE all )
333335
(cd libs/libpng; $MAKE all )
334336
(cd texk; $MAKE web2c/Makefile)
335337
(cd texk/kpathsea; $MAKE )

‎build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA
334334
--without-system-freetype2 \
335335
--without-system-gd \
336336
--without-system-libpng \
337+
--without-system-pplib \
337338
--without-system-poppler \
338339
--without-system-gmp \
339340
--without-system-mpfr \
@@ -349,7 +350,6 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA
349350
fi
350351

351352

352-
353353
$MAKE
354354

355355
# the fact that these makes inside libs/ have to be done manually for the cross
@@ -361,6 +361,7 @@ $MAKE
361361
(cd libs/zziplib; $MAKE all )
362362
(cd libs/harfbuzz; $MAKE all )
363363
(cd libs/zlib; $MAKE all )
364+
(cd libs/pplib; $MAKE all )
364365
(cd libs/libpng; $MAKE all )
365366
(cd texk; $MAKE all )
366367
(cd texk/kpathsea; $MAKE all )

0 commit comments

Comments
 (0)
This repository has been archived.