[JIRA] Created: (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:24:26 GMT 2011
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.2, 1.4.1, 1.4
Reporter: Scott Cantor
Assignee: Scott Cantor
Priority: Minor
Fix For: 1.5
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