From: Mark Andrews Date: Tue, 29 Sep 2015 14:44:49 +0000 (+1000) Subject: add missing libraries X-Git-Tag: v9.11.0a1~417 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ac6bb3dd36149bc51e0367eba7c50e15dc076c9b;p=thirdparty%2Fbind9.git add missing libraries --- diff --git a/bin/tests/system/dyndb/driver/Makefile.in b/bin/tests/system/dyndb/driver/Makefile.in index 7c6923ad423..80fd181804a 100644 --- a/bin/tests/system/dyndb/driver/Makefile.in +++ b/bin/tests/system/dyndb/driver/Makefile.in @@ -49,7 +49,7 @@ SO_LDFLAGS = @LDFLAGS@ @SO_LDFLAGS@ sample.@SO@: ${OBJS} ${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ ${OBJS} \ - ${DNSLIBS} ${ISCLIBS} + ${DNSLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS} clean distclean:: rm -f ${OBJS} sample.so