GitHub user dnwe opened a pull request:
https://github.com/apache/qpid-proton/pull/23
Fixes for Mac OS X
1. default to building universal binaries so the various language bindings
can link against the system libraries out of the box
2. small fix to SelectableMessengerTest as it was regularly failing on Mac
builds.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dnwe/qpid-proton fixes-for-mac
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-proton/pull/23.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #23
----
commit 2a120b8d401c6931f46757717e9883e4f8c41ebb
Author: Dominic Evans <[email protected]>
Date: 2015-04-27T14:41:55Z
NO-JIRA: default to universal binaries on Mac OS X
The system-installed Perl, Python etc. are all built as universal
binaries on Mac and so we need to build libqpid-proton to similarly
contain both architectures. This allows the bindings to link
successfully.
commit c07377c780cb70153e5c1f9136e69fcbbbcfa5a2
Author: Dominic Evans <[email protected]>
Date: 2015-04-27T15:28:33Z
NO-JIRA: fix SelectableMessengerTest on Mac
The SelectableMessengerTest was failing intermittently on Mac builds,
Modify the test slightly to be more resilient.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---