summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/build_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build_python.sh b/test/build_python.sh
index 04baa2f..d500d57 100644
--- a/test/build_python.sh
+++ b/test/build_python.sh
@@ -32,7 +32,7 @@ pushd $PREFIX || exit 1
pushd cpython-$VERSION || exit 1
echo "Running ./configure --prefix=$PREFIX ..."
- ./configure --prefix=$PREFIX || exit 1
+ SVNVERSION=exported ./configure --prefix=$PREFIX || exit 1
echo "Running make && make install ..."
(make -j8 && make install) || exit 1