build with -fsigned-char to fix test failures on ports

This commit is contained in:
Julian Taylor
2014-09-05 23:31:02 +02:00
parent 6e24c58d96
commit 7cdf7da6c0
+3
View File
@@ -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