Add LOG4CXX variable to local settings template This makes it more obvious that log4cxx dependency can be in custom location. It does not have to be in TOOLSDIR.
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/2eaa9a82 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/2eaa9a82 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/2eaa9a82 Branch: refs/heads/master Commit: 2eaa9a8264cb22cfa208044738587b9eb2550f08 Parents: 48e43da Author: Steve Varnau <[email protected]> Authored: Mon Feb 1 22:05:41 2016 +0000 Committer: Steve Varnau <[email protected]> Committed: Mon Feb 1 22:05:41 2016 +0000 ---------------------------------------------------------------------- core/sqf/LocalSettingsTemplate.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2eaa9a82/core/sqf/LocalSettingsTemplate.sh ---------------------------------------------------------------------- diff --git a/core/sqf/LocalSettingsTemplate.sh b/core/sqf/LocalSettingsTemplate.sh index cf64fb2..df0ae96 100644 --- a/core/sqf/LocalSettingsTemplate.sh +++ b/core/sqf/LocalSettingsTemplate.sh @@ -61,6 +61,9 @@ MPICH_ROOT="$TOOLSDIR/dest-mpich-3.0.4" ZOOKEEPER_DIR="$TOOLSDIR/zookeeper-3.4.5" THRIFT_LIB_DIR="$TOOLSDIR/thrift-0.9.0/lib" THRIFT_INC_DIR="$TOOLSDIR/thrift-0.9.0/include" +LOG4CXX_LIB_DIR="$TOOLSDIR/apache-log4cxx-0.10.0/lib" +LOG4CXX_INC_DIR="$TOOLSDIR/apache-log4cxx-0.10.0/include" + # Explicitly set QT_TOOLKIT here if Qt is installed and you want to build the SqlCompilerDebugger # QT_TOOLKIT="$TOOLSDIR/Qt-4.8.5-64"
