aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@091d3ff0-52bc-4db5-b7a6-18201e4c0cca>2009-10-13 03:58:11 +0000
committerschnetter <schnetter@091d3ff0-52bc-4db5-b7a6-18201e4c0cca>2009-10-13 03:58:11 +0000
commit394390b073589bceccaf0ef86f024759527a92c9 (patch)
tree014ed24837c199ecd68f2fbb656fffe69da83ab3
parent10185598b01c4631ea452379c3fee827f745820f (diff)
Unset MAKEFLAGS environment variable in the configuration scripts
which later call make. This prevents the Cactus configuration options being passed on into the make system of the packages that are configured. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/OpenSSL/trunk@3 091d3ff0-52bc-4db5-b7a6-18201e4c0cca
-rw-r--r--OpenSSL.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSSL.sh b/OpenSSL.sh
index d30f397..4fe6745 100644
--- a/OpenSSL.sh
+++ b/OpenSSL.sh
@@ -16,6 +16,7 @@ OPENSSL_DIR=${INSTALL_DIR}/${NAME}
# Clean up environment
unset LIBS
+unset MAKEFLAGS