From: Ondřej Surý Date: Wed, 31 Jul 2019 14:05:02 +0000 (+0200) Subject: Revert the target specific variable to fix building with BSD make X-Git-Tag: v9.15.3~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4302b4f3c4e66856686cdc0f2714dd16bab3b642;p=thirdparty%2Fbind9.git Revert the target specific variable to fix building with BSD make --- diff --git a/lib/dns/tests/Makefile.in b/lib/dns/tests/Makefile.in index 98dc6512854..afa7ff55343 100644 --- a/lib/dns/tests/Makefile.in +++ b/lib/dns/tests/Makefile.in @@ -234,12 +234,13 @@ time_test@EXEEXT@: time_test.@O@ dnstest.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} ${LDFLAGS} -o $@ time_test.@O@ dnstest.@O@ \ ${DNSLIBS} ${ISCLIBS} ${LIBS} -tkey_test@EXEEXT@: WRAP_OPTIONS = \ +WRAP_OPTIONS = \ -Wl,--wrap=isc__mem_put \ -Wl,--wrap=isc__mem_get \ -Wl,--wrap=isc_mem_attach \ -Wl,--wrap=isc_mem_detach \ -Wl,--wrap=isc__mem_putanddetach + tkey_test@EXEEXT@: tkey_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} if test "${LD_WRAP_TESTS}" = true; then WRAP="${WRAP_OPTIONS}"; fi; \ ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} \