From: Mark Andrews Date: Sat, 23 May 2015 19:42:44 +0000 (+1000) Subject: link against ISCLIBS X-Git-Tag: v9.11.0a1~780 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e6e7de5cdabbbf57bb1abc822617acce70611057;p=thirdparty%2Fbind9.git link against ISCLIBS --- diff --git a/bin/tests/system/builtin/Makefile.in b/bin/tests/system/builtin/Makefile.in index cafaa8c449d..3008d062609 100644 --- a/bin/tests/system/builtin/Makefile.in +++ b/bin/tests/system/builtin/Makefile.in @@ -48,8 +48,8 @@ OBJS = gethostname.@O@ all: gethostname@EXEEXT@ -gethostname@EXEEXT@: ${OBJS} - ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LIBS} +gethostname@EXEEXT@: ${OBJS} ${ISCDEPLIBS} + ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LIBS} ${ISCLIBS} clean distclean:: rm -f ${TARGETS}