From: Mukund Sivaraman Date: Thu, 14 Sep 2017 07:53:41 +0000 (+0530) Subject: Link dlzexternal system test's driver against libisc X-Git-Tag: v9.12.0b1~205 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bbe9f1dd951b337f901c06e5b084065b42ba6950;p=thirdparty%2Fbind9.git Link dlzexternal system test's driver against libisc --- diff --git a/bin/tests/system/dlzexternal/Makefile.in b/bin/tests/system/dlzexternal/Makefile.in index 2a1a6d14344..08cfed6f726 100644 --- a/bin/tests/system/dlzexternal/Makefile.in +++ b/bin/tests/system/dlzexternal/Makefile.in @@ -33,8 +33,13 @@ OBJS = CFLAGS = @CFLAGS@ @SO_CFLAGS@ SO_LDFLAGS = @LDFLAGS@ @SO_LDFLAGS@ -driver.@SO@: ${SO_OBJS} - ${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ driver.@O@ +ISCLIBS = ../../../../lib/isc/libisc.@A@ +SO_STRIP = @SO_STRIP@ + +driver.@SO@: ${SO_OBJS} ${ISCLIBS} + CLEANED=`echo "${ISCLIBS} ${LIBS}" | ${SO_STRIP}`; \ + ${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ ${SO_OBJS} \ + $${CLEANED} clean distclean:: rm -f ${TARGETS}