aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index 166086d..25d177d 100755
--- a/configure.sh
+++ b/configure.sh
@@ -149,6 +149,7 @@ then
echo "MPI: Unpacking archive..."
pushd ${BUILD_DIR}
${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz
+ ${PATCH?} -p0 < ${SRCDIR}/dist/default_outfile.patch
echo "MPI: Configuring..."
cd ${NAME}