diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-11-21 20:16:09 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-11-21 20:16:09 +0000 |
| commit | 862c7b19d5cf764cb9916009f79b08379823bc24 (patch) | |
| tree | 42da0d57eae7c1b3103584a5b544b9b0ecdbb76c /qpid/cpp | |
| parent | a41003a4575cb31ee2bef161e3b10a5dcd672ffa (diff) | |
| download | qpid-python-862c7b19d5cf764cb9916009f79b08379823bc24.tar.gz | |
QPID-120 Forget the build.rhel3 script in earlier commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@477866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rwxr-xr-x | qpid/cpp/build.rhel3 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qpid/cpp/build.rhel3 b/qpid/cpp/build.rhel3 new file mode 100755 index 0000000000..84ce7500a1 --- /dev/null +++ b/qpid/cpp/build.rhel3 @@ -0,0 +1,11 @@ +#!/bin/bash + +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 + +LD_LIBRARY_PATH=~/local/apr-1.2.7/lib:$LD_LIBRARY_PATH + +make "$@" |
