From: Ondřej Surý Date: Thu, 3 Dec 2020 15:35:25 +0000 (+0100) Subject: Explicitly link the netmgr tests with -luv X-Git-Tag: v9.16.11~17^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857704b87908a0fcce49af467e3b236d2cded227;p=thirdparty%2Fbind9.git Explicitly link the netmgr tests with -luv --- diff --git a/lib/isc/tests/Makefile.in b/lib/isc/tests/Makefile.in index 878c725d064..ebf4dea791b 100644 --- a/lib/isc/tests/Makefile.in +++ b/lib/isc/tests/Makefile.in @@ -204,17 +204,17 @@ taskpool_test@EXEEXT@: taskpool_test.@O@ isctest.@O@ ${ISCDEPLIBS} tcp_test@EXEEXT@: tcp_test.@O@ isctest.@O@ ${ISCDEPLIBS} ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} \ ${LDFLAGS} -o $@ tcp_test.@O@ isctest.@O@ \ - ${ISCLIBS} ${LIBS} + ${ISCLIBS} ${LIBS} -luv tcp_quota_test@EXEEXT@: tcp_quota_test.@O@ isctest.@O@ ${ISCDEPLIBS} ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} \ ${LDFLAGS} -o $@ tcp_quota_test.@O@ isctest.@O@ \ - ${ISCLIBS} ${LIBS} + ${ISCLIBS} ${LIBS} -luv tcpdns_test@EXEEXT@: tcpdns_test.@O@ isctest.@O@ ${ISCDEPLIBS} ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} \ ${LDFLAGS} -o $@ tcpdns_test.@O@ isctest.@O@ \ - ${ISCLIBS} ${LIBS} + ${ISCLIBS} ${LIBS} -luv time_test@EXEEXT@: time_test.@O@ ${ISCDEPLIBS} ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} \ @@ -229,7 +229,7 @@ timer_test@EXEEXT@: timer_test.@O@ isctest.@O@ ${ISCDEPLIBS} udp_test@EXEEXT@: udp_test.@O@ isctest.@O@ ${ISCDEPLIBS} ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} \ ${LDFLAGS} -o $@ udp_test.@O@ isctest.@O@ \ - ${ISCLIBS} ${LIBS} + ${ISCLIBS} ${LIBS} -luv unit:: sh ${top_builddir}/unit/unittest.sh