]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
As libltdl is convenience library, link it just into libisc
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2020 13:33:44 +0000 (15:33 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2020 13:33:44 +0000 (15:33 +0200)
bin/named/Makefile.am
lib/dns/Makefile.am
lib/isc/Makefile.am
lib/ns/Makefile.am

index 07d65c304bce3861c8d7297d97604ddb7d944ae2..f0087ddde6fd5b7fea08c3ef5e07c7b00d6dd76a 100644 (file)
@@ -94,7 +94,6 @@ named_LDADD =                                 \
        $(LIBISCCC_LIBS)                        \
        $(LIBISCCFG_LIBS)                       \
        $(LIBBIND9_LIBS)                        \
-       $(LIBLTDL_LIBS)                         \
        $(OPENSSL_LIBS)                         \
        $(LIBCAP_LIBS)                          \
        $(LMDB_LIBS)                            \
index 0ce56cbedb38f59e4ae5a6985324d9dc439cdabe..8280d9a65f52e7240608bb471c543eb7b8a12cb5 100644 (file)
@@ -290,8 +290,7 @@ libdns_la_LDFLAGS =         \
 
 libdns_la_LIBADD =             \
        $(LIBISC_LIBS)          \
-       $(OPENSSL_LIBS)         \
-       $(LIBLTDL_LIBS)
+       $(OPENSSL_LIBS)
 
 if HAVE_JSON_C
 libdns_la_CPPFLAGS +=          \
index 83dd5acf2de5d4393c0f53e506de7f4ded5960e2..702d02012a00858d5ae857f587be3cea74f820e3 100644 (file)
@@ -224,6 +224,7 @@ libisc_la_LDFLAGS =         \
        $(libisc_VERSION_INFO)
 
 libisc_la_LIBADD =             \
+       $(LIBLTDL_LIBS)         \
        $(LIBUV_LIBS)           \
        $(OPENSSL_LIBS)         \
        $(ZLIB_LIBS)
index adafb7820426c041530f23c33633b6a30b93c32c..06e39b9af48f470f44de4eec4d12311a0b86ee26 100644 (file)
@@ -48,8 +48,7 @@ libns_la_CPPFLAGS =                           \
 
 libns_la_LIBADD =      \
        $(LIBISC_LIBS)  \
-       $(LIBDNS_LIBS)  \
-       $(LIBLTDL_LIBS)
+       $(LIBDNS_LIBS)
 
 libns_la_LDFLAGS =             \
        $(libns_VERSION_INFO)