]> git.ipfire.org Git - thirdparty/bind9.git/commit
libns and libirs were underlinked (missing libisc, libdns, libisccfg)
authorOndřej Surý <ondrej@sury.org>
Tue, 28 Apr 2020 09:10:09 +0000 (11:10 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 11 May 2020 07:49:53 +0000 (09:49 +0200)
commitb75778042f68f56a60e2f5a26b33192c0800f2d2
tree98c43f1684d40c0868e77ef1ed1fd005315e0a46
parent6f3edab604e491e35878db32b84f188d756dc857
libns and libirs were underlinked (missing libisc, libdns, libisccfg)

Underlinking states for the situation when a binary uses a symbol not provided
by libraries it is directly linked to.  The libns was not linked to libisc and
libdns, and libirs was not linked to libisc, libdns and libisccfg) while using
symbols from these libraries directly.
lib/irs/Makefile.in
lib/ns/Makefile.in