diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-11-30 14:18:03 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-11-30 14:18:03 +0000 |
| commit | 4d7f04636758d39a3ef7250cbcc745edb3de7685 (patch) | |
| tree | 7244bc2128d6027cf60c58c27b87cade8c2477eb /cpp/build.rhel3 | |
| parent | 97eabaa7419f61015067d6b3fc29c3317f795b9e (diff) | |
| download | qpid-python-4d7f04636758d39a3ef7250cbcc745edb3de7685.tar.gz | |
Changes for building on RHEL3. Also bundle debug and release libs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/build.rhel3')
| -rwxr-xr-x | cpp/build.rhel3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/build.rhel3 b/cpp/build.rhel3 index 84ce7500a1..bc35b7cfa2 100755 --- a/cpp/build.rhel3 +++ b/cpp/build.rhel3 @@ -5,7 +5,14 @@ ln -fs options-rhel3.mk options-local.mk PATH=~/local/make-3.80/bin:$PATH PATH=~/local/apr-1.2.7/bin:$PATH PATH=~/local/cppunit-1.11.4/bin:$PATH +PATH=~/local/jdk-1.5/bin:$PATH LD_LIBRARY_PATH=~/local/apr-1.2.7/lib:$LD_LIBRARY_PATH +export GENTOOLS_DIR=../gentools + +echo Building release build +RELEASE=1 make "$@" + +echo Building debug build make "$@" |
