[
https://issues.apache.org/jira/browse/THRIFT-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500068#comment-14500068
]
ASF GitHub Bot commented on THRIFT-3103:
----------------------------------------
GitHub user marco-m opened a pull request:
https://github.com/apache/thrift/pull/449
Thrift 3103
See https://issues.apache.org/jira/browse/THRIFT-3103
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marco-m/thrift THRIFT-3103
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/449.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 #449
----
commit fe299785ad3971b076cd3c5a160d916e4b488bca
Author: Marco Molteni <[email protected]>
Date: 2015-04-17T08:18:35Z
THRIFT-3090 cmake build is broken on MacOSX.
commit 29b1304d663b4a8344ad1d681752ecd48c32351a
Author: Marco Molteni <[email protected]>
Date: 2015-04-17T11:48:36Z
THRIFT-3103 cmake is missing RPATH on MacOSX.
----
> cmake is missing RPATH on MacOSX
> --------------------------------
>
> Key: THRIFT-3103
> URL: https://issues.apache.org/jira/browse/THRIFT-3103
> Project: Thrift
> Issue Type: Bug
> Affects Versions: 1.0
> Environment: MacOSX specific
> Reporter: Marco Molteni
>
> The Thrift CMakefiles do not enable RPATH handling for MacOSX.
> This means that if the Thrift shared libraries are installed in a non-system
> directory (i.e. a directory not known by the dynamic linker), any executable
> linked against them will fail to run, unless the {{DYLD_LIBRARY_PATH}}
> environment variable (Unix equivalent: {{LD_LIBRARY_PATH}}) is set to the
> appropriate value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)