[gnuplot] 01/02: Disable lua for mips* and powerpc to escape crashes.

Anton Gladky gladk at moszumanska.debian.org
Wed Aug 3 15:47:47 UTC 2016


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

gladk pushed a commit to branch master
in repository gnuplot.

commit a5ccd0602f071863d62350d13eb2bb790d7b7e5f
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Aug 3 17:46:27 2016 +0200

    Disable lua for mips* and powerpc to escape crashes.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 131128c..7e65855 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,10 @@ conf_opts += \
 	--without-linux-vga \
 	--with-readline=bsd
 
+ifneq (,$(filter $(DEB_HOST_ARCH), mips mips64el powerpc mipsel))
+	conf_opts += --without-lua
+endif
+
 override_dh_auto_configure:
 	mkdir -p $(BUILDDIR_NOX)
 	cd $(BUILDDIR_NOX); CONFIG_SHELL=/bin/sh ./../../configure $(conf_opts) --with-qt=no --without-x --disable-wxwidgets

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot.git



More information about the debian-science-commits mailing list