aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index f93ff67..7aa3170 100644
--- a/configure.sh
+++ b/configure.sh
@@ -129,6 +129,8 @@ then
echo "OpenSSL: Configuring..."
cd ${NAME}
+ # OpenSSL's 'config' script uses $options itself, so we unset it
+ unset options
./config --prefix=${OPENSSL_DIR}
echo "OpenSSL: Building..."