Hi everyone, I committed this patch to the git repository: diff --git a/debian/rules b/debian/rules index 76e6101..3f2f36b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ export SHELL=/bin/bash export CONFIG_SHELL=/bin/sh +LUAJIT_FAIL_ARCHS="s390x hppa" + # In case one wants to build with old automake (<< 1.13.1), the following # variable has to be set. By default the debian/control requires high # enough versions of automake and friends @@ -14,6 +16,9 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) ifeq ($(DEB_HOST_ARCH), alpha) export LDFLAGS = -Wl,--no-relax endif +ifneq (,$(filter $(DEB_HOST_ARCH), $(LUAJIT_FAIL_ARCHS))) + DISABLE_JIT=--disable-luajittex +endif # # it seems that ARM metafont segfaults due to a problem with armhf's malloc @@ -73,6 +78,7 @@ override_dh_auto_configure: --with-x \ --with-mf-x-toolkit \ --with-xdvi-x-toolkit=xaw \ + $(DISABLE_JIT) \ --disable-lcdf-typetools \ --disable-biber \ --disable-dvipng \
Hope that is it, but I guess there will be more . Thanks for your patience. Norbert ------------------------------------------------------------------------ PREINING, Norbert http://www.preining.info JAIST, Japan TeX Live & Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 ------------------------------------------------------------------------ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org