summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2014-08-26 21:22:10 +0000
committerAlan Conway <aconway@apache.org>2014-08-26 21:22:10 +0000
commitb777958d9a37a1b1b3fbae77a4272a4738849dcf (patch)
treec5cbf14aa8c9cd35e3bbc484af4dd6c44a559622 /qpid/python
parent1635ca5849b7c765d5d7be9cd01d46b06349f320 (diff)
downloadqpid-python-b777958d9a37a1b1b3fbae77a4272a4738849dcf.tar.gz
Revert "NO-JIRA: Work-around bug in older cmake, finds static python library instead of shared."
This patch seems to cause various build problems, will put it back when I figure out what is going wrong. ------------------------------------------------------------------------ r1620424 | aconway | 2014-08-25 16:10:52 -0400 (Mon, 25 Aug 2014) | 13 lines 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@1620738 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
0 files changed, 0 insertions, 0 deletions