[JIRA] Commented: (CPPXT-81) Use of LIBS in place of LDFLAGS in configure tests break custom builds
Scott Cantor (JIRA)
noreply at shibboleth.net
Mon Nov 14 20:28:25 GMT 2011
[ https://issues.shibboleth.net/jira/browse/CPPXT-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704#comment-13704 ]
Scott Cantor commented on CPPXT-81:
-----------------------------------
Also need to prevent auto-addition of -l<lib> by AC_CHECK_LIB macros.
> Use of LIBS in place of LDFLAGS in configure tests break custom builds
> ----------------------------------------------------------------------
>
> Key: CPPXT-81
> URL: https://issues.shibboleth.net/jira/browse/CPPXT-81
> Project: XMLTooling - C++
> Issue Type: Bug
> Components: Build
> Affects Versions: 1.4, 1.4.1, 1.4.2
> Reporter: Scott Cantor
> Assignee: Scott Cantor
> Priority: Minor
> Fix For: 1.5
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> The use of LIBS instead of LDFLAGS in various tests breaks when things like curl or other dependencies aren't in the system paths. The tests add -lcurl to the link line ahead of the -L option pulled in by LIBS. These should be converted where needed to XMLSEC_LDFLAGS when the options involved include a mix of LDFLAGS and LIBS content.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list