we won't build luajittex
This commit is contained in:
parent
bcccbe1ca4
commit
072331f166
@ -43,6 +43,7 @@ source/libs/libpaper* \
|
||||
source/libs/icu* \
|
||||
source/libs/graphite2* \
|
||||
source/libs/potrace* \
|
||||
source/libs/luajit* \
|
||||
source/libs/freetype/* \
|
||||
source/texk/texlive/w32_wrapper \
|
||||
source/utils/t1utils* \
|
||||
|
2
sources
2
sources
@ -5386,7 +5386,6 @@ dcda3e75dca741c8618c8f6050ae8e24 texlive-ru.doc.tar.xz
|
||||
260ddb80c33d4de6d432862d56affbd1 texlive-scripts.tar.xz
|
||||
c6742942b42399b8bc4ff617b783b524 texlive-sr.doc.tar.xz
|
||||
910901aee9fe78d9956a850880914eaf texlive-zh-cn.doc.tar.xz
|
||||
437f440f9a04663a19c09e4500df9724 texlive-20140305_r33094-source.tar.xz
|
||||
dd61bb4c5e070a47a96149d9e2e21445 texloganalyser.doc.tar.xz
|
||||
b9a82dd58b5f132bae570c57a11db4aa texloganalyser.i386-linux.tar.xz
|
||||
9c5b6a7021b601df4285d02bba729d0d texloganalyser.tar.xz
|
||||
@ -6155,3 +6154,4 @@ f31accca2c3ef6e45d010327d57fdc79 zxjatype.doc.tar.xz
|
||||
69ec0bac5187782998de2fcf864869ef 12many.tar.xz
|
||||
847ee7231fe605d1f1283f40c2782709 2up.doc.tar.xz
|
||||
eadb8e1d91dfb3fdd2d50539a792123a 2up.tar.xz
|
||||
2085b4c66335d030559a1a8e499d5303 texlive-20140305_r33094-source.tar.xz
|
||||
|
@ -204308,7 +204308,7 @@ cd source
|
||||
PREF=`pwd`/inst
|
||||
mkdir -p work
|
||||
cd work
|
||||
../configure --prefix=$PREF --datadir=$PREF --libdir=$PREF/lib --with-system-zlib --with-system-libpng --with-system-xpdf --with-system-gd --with-system-t1lib --with-system-teckit --with-system-freetype2 --with-system-poppler --with-system-zziplib --with-system-cairo --with-system-icu --with-system-harfbuzz --with-system-graphite2 --with-system-libgs --with-pic --with-xdvi-x-toolkit=xaw --disable-xindy --disable-xindy-docs --disable-xindy-make-rules --enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack --disable-native-texlive-build --disable-t1utils --disable-psutils --disable-biber --disable-ptexenc --disable-largefile --disable-rpath
|
||||
../configure --prefix=$PREF --datadir=$PREF --libdir=$PREF/lib --with-system-zlib --with-system-libpng --with-system-xpdf --with-system-gd --with-system-t1lib --with-system-teckit --with-system-freetype2 --with-system-poppler --with-system-zziplib --with-system-cairo --with-system-icu --with-system-harfbuzz --with-system-graphite2 --with-system-libgs --with-pic --with-xdvi-x-toolkit=xaw --disable-xindy --disable-xindy-docs --disable-xindy-make-rules --enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack --disable-native-texlive-build --disable-t1utils --disable-psutils --disable-biber --disable-ptexenc --disable-largefile --disable-rpath --disable-luajittex
|
||||
|
||||
# disable rpath
|
||||
for i in `find . -name libtool`; do
|
||||
|
@ -149,7 +149,8 @@ cd work
|
||||
--disable-biber \
|
||||
--disable-ptexenc \
|
||||
--disable-largefile \
|
||||
--disable-rpath
|
||||
--disable-rpath \
|
||||
--disable-luajittex
|
||||
|
||||
# disable rpath
|
||||
for i in `find . -name libtool`; do
|
||||
|
Loading…
Reference in New Issue
Block a user