aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2014-11-26 14:41:02 +0000
committerrhaas <rhaas@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2014-11-26 14:41:02 +0000
commit50fd96a4f4e1a70e29c513e3bad1a36c93e9f590 (patch)
treea9392ff3f2c7bb2397e38fd85eb45eb4823b5db1
parent9f4bb29a3c6330f5a1cef2124e55a02c0a12afd9 (diff)
register LIBJPEG_DIR in configuration.cclsvn
the build systems needs to know which variables to pass along, otherwise none are passed git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/libjpeg/trunk@46 ba58616d-3abc-4c77-8745-3ba8ad4a582f
-rw-r--r--configuration.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.ccl b/configuration.ccl
index fdea56c..7e9c6d4 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -4,5 +4,5 @@ PROVIDES libjpeg
{
SCRIPT configure.sh
LANG bash
- OPTIONS LIBJPEG_INSTALL_DIR
+ OPTIONS LIBJPEG_INSTALL_DIR LIBJPEG_DIR
}