You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/08/11 00:54:48 UTC

[jira] [Commented] (TS-2128) Don't link libGeoIP.so.1 into binaries (only into plugin itself)

    [ https://issues.apache.org/jira/browse/TS-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13736100#comment-13736100 ] 

ASF subversion and git services commented on TS-2128:
-----------------------------------------------------

Commit f34c62b42bbeb62e78ccd47eebe8ae0888e5e184 in branch refs/heads/master from [~jpeach@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=f34c62b ]

TS-2128: Don't link libGeoIP.so.1 into binaries

AC_SEARCH_LIBS always updates $LIBS, but AC_CHECK_LIB doesn't search
properly. So we have to introduce a wrapper around AC_SEARCH_LIBS
that preserves $LIBS so that we can properly test for libraries
without linking them into everything.

Apply the new TS_SEARCH_LIBRARY macro to the geoip_acl plugin so
that libGeoIP is not linked into every binary.

                
> Don't link libGeoIP.so.1 into binaries (only into plugin itself)
> ----------------------------------------------------------------
>
>                 Key: TS-2128
>                 URL: https://issues.apache.org/jira/browse/TS-2128
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build, Plugins
>            Reporter: Leif Hedstrom
>            Assignee: James Peach
>             Fix For: 3.4.0, 3.5.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira