BIND 10 #994: LDFLAGS/LIBS confusion
BIND 10 Development
do-not-reply at isc.org
Wed Jun 1 16:24:20 UTC 2011
#994: LDFLAGS/LIBS confusion
-------------------------------------+-------------------------------------
Reporter: fdupont | Owner: jreed
Type: defect | Status: new
Priority: blocker | Milestone: New
Component: build system | Tasks
Sensitive: 0 | Keywords:
Sub-Project: DNS | Defect Severity: N/A
Estimated Difficulty: 0 | Feature Depending on Ticket:
Total Hours: 0 | Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
The main configure.ac confuses the correct usage of LDFLAGS and LIBS
variables, for instance for botan (and log4cplus too) the result of
'botan-config --libs' is added incorrectly to LDFLAGS when it should be in
LIBS. Usually it doesn't matter but if there is no libbotan.so but only a
libbotan-1.8.2.so in the system library directory configure can fail to
find it.
The fix is easy: put flags into FLAGS and libs into LIBS.
--
Ticket URL: <http://bind10.isc.org/ticket/994>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list