From 23422d4a221a4e68b0f8296e854b40f0f335616b Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 12 Feb 2013 18:35:52 +0000 Subject: unset "options" environment variable before calling "config" this required since OpenSSL's config script uses this variable name itself and gets confused if it is already set by eg. the Cactus make system git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/OpenSSL/trunk@39 091d3ff0-52bc-4db5-b7a6-18201e4c0cca --- configure.sh | 2 ++ 1 file changed, 2 insertions(+) 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..." -- cgit v1.2.3