From 7cdf7da6c0e9d30b467c7003cf172f5879fdec58 Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Fri, 5 Sep 2014 23:31:02 +0200 Subject: [PATCH] build with -fsigned-char to fix test failures on ports --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 7278a6ea..ab770780 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,9 @@ PYVERS = $(shell pyversions -vr) PYVER = $(shell pyversions -vd) PY3VERS = $(shell py3versions -vr) +# upstream relies on signed chars +export DEB_CFLAGS_MAINT_APPEND := -fsigned-char + export MPLCONFIGDIR=$(CURDIR)/build export HOME=$(CURDIR)/build