Modules.build: set USE_INTERP_ERRORLINE, otherwise it will not compile with tcl 8.6

This commit is contained in:
2014-06-23 14:00:27 +02:00
parent 8ea27d4ae1
commit cf252330e0

View File

@@ -5,7 +5,7 @@ source "$(dirname $0)/../lib/libem.bash"
function em.configure() {
"${EM_SRCDIR}"/configure \
CPPFLAGS="-DUSE_INTERP_ERRORLINE" "${EM_SRCDIR}"/configure \
--prefix="${EM_BINDIR}/${EM_FAMILY}" \
--with-module-path="${MODULEPATH_ROOT}" \
|| exit 1