summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2014-08-27 13:23:21 +0000
committerAlan Conway <aconway@apache.org>2014-08-27 13:23:21 +0000
commitf948fc7aef622950f7a610458d2d7935ce362cef (patch)
treea3b3ac385acad21f9ade4558809d545b88735c64 /qpid/cpp/src
parent27d0b2eef38c2f14dd190f8be266e798b4b95b82 (diff)
downloadqpid-python-f948fc7aef622950f7a610458d2d7935ce362cef.tar.gz
NO-JIRA: Work-around bug in older cmake, finds static python library instead of shared.
FindPythonLibs on older versions of cmake (observed on cmake-2.6.4-5.el5.4) sometimes finds the static archive library (.a) before the shared object library (.so) This is almost never what you want. Newer versions (e.g. cmake-2.8.12.2-2.fc20.x86_64) explicitly look for the .so first and look for the .a library second. This workaround fixes the problem as follows: - It is a no-op except on Unix platforms that use the .so prefix. - On those platforms it does a search for .so only first. - Finally we do a default search for other platforms (or if .so was not found) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
0 files changed, 0 insertions, 0 deletions