Codebase list texlive-bin / e667cce
try to build upmendex again on all archs Norbert Preining 7 years ago
2 changed file(s) with 4 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 texlive-bin (2016.20160513.41080-4) UNRELEASED; urgency=medium
11
22 * fix for upmendex segfaults (upstream svn 41497 and 41498)
3
4 -- Norbert Preining <preining@debian.org> Mon, 20 Jun 2016 10:17:24 +0900
3 - reactivate upmendex building for all archs
4
5 -- Norbert Preining <preining@debian.org> Mon, 20 Jun 2016 10:19:20 +0900
56
67 texlive-bin (2016.20160513.41080-3) unstable; urgency=medium
78
1111 LUAJIT_GOOD_ARCHS := amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
1212
1313 #
14 # architectures where icu related programs (upmendex, xetex) have problems
14 # architectures where icu related programs (xetex) have problems
1515 # and core dump etc. Possible fix, but sub-optimal because slowing down
1616 # programs
1717 BROKEN_ICU_ARCHS := mips mipsel sparc64
4646 ifneq (,$(findstring $(DEB_HOST_ARCH), $(BROKEN_ICU_ARCHS)))
4747 export CFLAGS += -DU_IS_BIG_ENDIAN=0
4848 export CXXFLAGS += -DU_IS_BIG_ENDIAN=0
49 BUILDUPMENDEX=--disable-upmendex
5049 else
51 BUILDUPMENDEX=--enable-upmendex
5250 endif
5351
5452
142140 --with-mf-x-toolkit \
143141 --with-xdvi-x-toolkit=xaw \
144142 $(BUILDLUAJITTEX) \
145 $(BUILDUPMENDEX) \
146143 --disable-lcdf-typetools \
147144 --disable-biber \
148145 --disable-dvipng \