[GitHub] trafficserver pull request: Set the rpath when built "--with-opens...

2014-05-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/75 --- 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 i

[GitHub] trafficserver pull request: Set the rpath when built "--with-opens...

2014-05-12 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/75#issuecomment-42855401 I was about to pull this, then I re-read @zwoop's comment about. @zwoop is correct; let's use a consistent autoconf syntax for this any apply is in all the places.

[GitHub] trafficserver pull request: Set the rpath when built "--with-opens...

2014-04-30 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/75#issuecomment-41878736 This seems reasonable, especially since we used to do it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] trafficserver pull request: Set the rpath when built "--with-opens...

2014-04-28 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/75#issuecomment-41553927 A long time ago, TS-562, we made some changes to (I think?) properly use -rpath with the libtool macros. See commit 449a4e4d83a6665a25371deca36b29ba7f4359df.

[GitHub] trafficserver pull request: Set the rpath when built "--with-opens...

2014-04-27 Thread SaveTheRbtz
Github user SaveTheRbtz commented on the pull request: https://github.com/apache/trafficserver/pull/75#issuecomment-41516411 @jpeach The idea behind it is very simple: if user overrides path to openssl then he most likely wants to have that path added to `RPATH`, so when applicati

[GitHub] trafficserver pull request: Set the rpath when built "--with-opens...

2014-04-27 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/75#issuecomment-41513978 What is the problem you are solving here? I'm guessing that -R is the same as -Wl,-rpath, though I could not find it in the gcc options documentation. If we need to

[GitHub] trafficserver pull request: Set the rpath when built "--with-opens...

2014-04-25 Thread jacksontj
GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/75 Set the rpath when built "--with-openssl". Thanks to @SaveTheRbtz for helping me figure out why my symbols where all messed up. You can merge this pull request into a Git repository by runn