]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Handle shared library platforms that don't support inter library dependancies
authorMark Andrews <marka@isc.org>
Wed, 16 Dec 2020 00:04:43 +0000 (11:04 +1100)
committerMark Andrews <marka@isc.org>
Mon, 21 Dec 2020 01:09:45 +0000 (01:09 +0000)
bin/tools/Makefile.am

index 0c0f18b0b215e66ba508c3e3c570b1b0e0f04d89..ff9bef39e90c0be132ee1fd29ca14bb510c9a949 100644 (file)
@@ -24,6 +24,7 @@ mdig_CPPFLAGS =                       \
 
 mdig_LDADD =                   \
        $(LIBBIND9_LIBS)        \
+       $(LIBISCCFG_LIBS)       \
        $(LIBDNS_LIBS)          \
        $(LIBISC_LIBS)