From bbe9f1dd951b337f901c06e5b084065b42ba6950 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Thu, 14 Sep 2017 13:23:41 +0530 Subject: [PATCH] Link dlzexternal system test's driver against libisc --- bin/tests/system/dlzexternal/Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/dlzexternal/Makefile.in b/bin/tests/system/dlzexternal/Makefile.in index 2a1a6d1434..08cfed6f72 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} -- GitLab