Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mpl/bind Fix static linking.



details:   https://anonhg.NetBSD.org/src/rev/b58f2a85d584
branches:  trunk
changeset: 933466:b58f2a85d584
user:      christos <christos%NetBSD.org@localhost>
date:      Mon May 25 15:12:54 2020 +0000

description:
Fix static linking.

diffstat:

 external/mpl/bind/Makefile.inc |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 16dac1c82c44 -r b58f2a85d584 external/mpl/bind/Makefile.inc
--- a/external/mpl/bind/Makefile.inc    Mon May 25 14:54:26 2020 +0000
+++ b/external/mpl/bind/Makefile.inc    Mon May 25 15:12:54 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 2020/05/24 19:46:10 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2020/05/25 15:12:54 christos Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -66,12 +66,13 @@
 .if !defined(LIB) || empty(LIB)
 # NOTE: the order of these libraries is important...
 .if defined(NAMED_DEBUG)
-LDADD+=                -lbind9_g -lisccfg_g -ldns_g -lns_g -lirs_g -lisccc_g -lisc_g -lz_g
+LDADD+=                -lbind9_g -lisccfg_g -ldns_g -lns_g -lirs_g
+LDADD+=                -lisccc_g -lisc_g -luv_g -lkvm_g -lz_g
 .else
 LDADD+=                -lbind9 -lisccfg -ldns -lns -lirs
 DPADD+=                ${LIBBIND9} ${LIBISCCFG} ${LIBDNS} ${LIBNS} ${LIBIRS}
-LDADD+=                -lisccc -lisc -luv -lz
-DPADD+=                ${LIBISCCC} ${LIBISC} ${LIBUV} ${LIBZ}
+LDADD+=                -lisccc -lisc -luv -lkvm -lz
+DPADD+=                ${LIBISCCC} ${LIBISC} ${LIBUV} ${LIBKVM} ${LIBZ}
 .endif
 .else
 CPPFLAGS+= -DLIBINTERFACE=${LIBINTERFACE} \



Home | Main Index | Thread Index | Old Index