mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 22:08:25 -04:00
Merge branch 'ondrej/fix-asan-build' into 'master'
As libltdl is convenience library, link it just into libisc See merge request isc-projects/bind9!3465
This commit is contained in:
commit
5438b35f80
4 changed files with 3 additions and 5 deletions
|
|
@ -94,7 +94,6 @@ named_LDADD = \
|
|||
$(LIBISCCC_LIBS) \
|
||||
$(LIBISCCFG_LIBS) \
|
||||
$(LIBBIND9_LIBS) \
|
||||
$(LIBLTDL_LIBS) \
|
||||
$(OPENSSL_LIBS) \
|
||||
$(LIBCAP_LIBS) \
|
||||
$(LMDB_LIBS) \
|
||||
|
|
|
|||
|
|
@ -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 += \
|
||||
|
|
|
|||
|
|
@ -224,6 +224,7 @@ libisc_la_LDFLAGS = \
|
|||
$(libisc_VERSION_INFO)
|
||||
|
||||
libisc_la_LIBADD = \
|
||||
$(LIBLTDL_LIBS) \
|
||||
$(LIBUV_LIBS) \
|
||||
$(OPENSSL_LIBS) \
|
||||
$(ZLIB_LIBS)
|
||||
|
|
|
|||
|
|
@ -48,8 +48,7 @@ libns_la_CPPFLAGS = \
|
|||
|
||||
libns_la_LIBADD = \
|
||||
$(LIBISC_LIBS) \
|
||||
$(LIBDNS_LIBS) \
|
||||
$(LIBLTDL_LIBS)
|
||||
$(LIBDNS_LIBS)
|
||||
|
||||
libns_la_LDFLAGS = \
|
||||
$(libns_VERSION_INFO)
|
||||
|
|
|
|||
Loading…
Reference in a new issue