You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by jablko <gi...@git.apache.org> on 2017/02/02 23:41:39 UTC

[GitHub] trafficserver pull request #1416: TS-1878: Add --as-needed to the linker fla...

GitHub user jablko opened a pull request:

    https://github.com/apache/trafficserver/pull/1416

    TS-1878: Add --as-needed to the linker flags

    Normally the linker will link to every -llibrary mentioned on the
    command line. This option causes it to skip libraries that it doesn't in
    fact use any symbols from.
    
    The first commit in this PR belongs to #1411.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jablko/trafficserver as-needed

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1416.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 #1416
    
----
commit 94fe02d081e5d8290ae751f90bcda2aec689abd7
Author: Jack Bates <ja...@nottheoilrig.com>
Date:   2017-02-02T02:35:21Z

    Replace EXTRA_CXX_LDFLAGS with AM_LDFLAGS
    
    We've never had different LDFLAGS for C and C++, so drop
    EXTRA_CC_LDFLAGS and EXTRA_CXX_LDFLAGS. Just use AM_LDFLAGS.

commit 1de648b1bc3b3622970fce51d158341cbfcf2d29
Author: Jack Bates <ja...@nottheoilrig.com>
Date:   2017-02-02T22:50:29Z

    TS-1878: Add --as-needed to the linker flags
    
    Normally the linker will link to every -llibrary mentioned on the
    command line. This option causes it to skip libraries that it doesn't in
    fact use any symbols from.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1416: TS-1878: Add --as-needed to the linker flags

Posted by jablko <gi...@git.apache.org>.
Github user jablko commented on the issue:

    https://github.com/apache/trafficserver/pull/1416
  
    Merged. Thanks @zwoop!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1416: TS-1878: Add --as-needed to the linker flags

Posted by atsci <gi...@git.apache.org>.
Github user atsci commented on the issue:

    https://github.com/apache/trafficserver/pull/1416
  
    FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/1464/ for details.
     



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver pull request #1416: TS-1878: Add --as-needed to the linker fla...

Posted by jablko <gi...@git.apache.org>.
Github user jablko closed the pull request at:

    https://github.com/apache/trafficserver/pull/1416


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1416: TS-1878: Add --as-needed to the linker flags

Posted by atsci <gi...@git.apache.org>.
Github user atsci commented on the issue:

    https://github.com/apache/trafficserver/pull/1416
  
    Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/1357/ for details.
     



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1416: TS-1878: Add --as-needed to the linker flags

Posted by atsci <gi...@git.apache.org>.
Github user atsci commented on the issue:

    https://github.com/apache/trafficserver/pull/1416
  
    clang-analyzer build *successful*! See https://ci.trafficserver.apache.org/job/Github-Clang/29/ for details.
     



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---