aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@091d3ff0-52bc-4db5-b7a6-18201e4c0cca>2012-10-23 14:15:48 +0000
committerhinder <hinder@091d3ff0-52bc-4db5-b7a6-18201e4c0cca>2012-10-23 14:15:48 +0000
commitccd72ca18e76583ef37b0205281e83f383db1878 (patch)
tree42b9334f5bf86bfb15214d01d68275e322af1f48
parent2e118b179755aed3ffdd9c1ba18b5b9bd6fdc7e0 (diff)
Declare options used by configure.sh in configuration.ccl
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/OpenSSL/trunk@36 091d3ff0-52bc-4db5-b7a6-18201e4c0cca
-rw-r--r--configuration.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 4b8825b..9bacff9 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -4,5 +4,5 @@ PROVIDES OpenSSL
{
SCRIPT configure.sh
LANG bash
- OPTIONS OPENSSL_INSTALL_DIR
+ OPTIONS OPENSSL_INSTALL_DIR OPENSSL_DIR OPENSSL_INC_DIRS OPENSSL_LIB_DIRS OPENSSL_LIBS
}