BIND 10 #1945: LDADD order in makefiles
BIND 10 Development
do-not-reply at isc.org
Fri May 4 08:25:22 UTC 2012
#1945: LDADD order in makefiles
-------------------------------------+-------------------------------------
Reporter: jelte | Owner:
Type: defect | UnAssigned
Priority: medium | Status: new
Component: build system | Milestone: New
Sensitive: 0 | Tasks
Sub-Project: DNS | Keywords:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
In a number of makefiles (mostly for unittests), we link to dependencies
(such as gtest) before linking to the bind10 libraries. Since we don't
version every single merge on our libraries, this causes problems on test
systems where bind10 happens to be installed to one of the system
directories.
So we should go through all the Makefiles, and reorder the LDADD
directives.
Oh and probably put in a comment like
# link to bind10 libraries before dependencies
--
Ticket URL: <http://bind10.isc.org/ticket/1945>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list