[Reproducible-commits] [texlive-bin] 08/10: remove mips(el) from luajit archs, disable upmendex on sparc/mips(el)

Alexis Bienvenüe jboulix-guest at moszumanska.debian.org
Thu May 19 13:43:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

jboulix-guest pushed a commit to annotated tag debian/2016.20160513.41080-2
in repository texlive-bin.

commit 49065af969752dbf914a19ac23e7d08a844c457e
Author: Norbert Preining <preining at debian.org>
Date:   Wed May 18 17:15:54 2016 +0900

    remove mips(el) from luajit archs, disable upmendex on sparc/mips(el)
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4945bba..2f54da1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export CONFIG_SHELL=/bin/sh
 # all cases. We have now two ways to test for where to build.
 # One by disabling on the other platforms, one by whitelisting
 # and building only on some platforms.
-LUAJIT_GOOD_ARCHS := amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc 
+LUAJIT_GOOD_ARCHS := amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc 
 
 #
 # architectures where icu related programs (upmendex, xetex) have problems
@@ -47,6 +47,9 @@ endif
 ifneq (,$(findstring $(DEB_HOST_ARCH), $(BROKEN_ICU_ARCHS)))
   export CFLAGS += -DU_IS_BIG_ENDIAN=0
   export CXXFLAGS += -DU_IS_BIG_ENDIAN=0
+  BUILDUPMENDEX=--disable-upmendex
+else
+  BUILDUPMENDEX=--enable-upmendex
 endif
 
 
@@ -140,6 +143,7 @@ override_dh_auto_configure:
 	--with-mf-x-toolkit			\
 	--with-xdvi-x-toolkit=xaw		\
 	$(BUILDLUAJITTEX)			\
+	$(BUILDUPMENDEX)			\
 	--disable-lcdf-typetools		\
 	--disable-biber				\
 	--disable-dvipng			\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/texlive-bin.git



More information about the Reproducible-commits mailing list