From d6f76f48fae9b8928c775638e5f00b61e87f8aac Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 8 Oct 2016 23:06:58 +0200 Subject: [PATCH] Tentative fix --- util/Makefile.bind.in | 1 + 1 file changed, 1 insertion(+) diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in index b98e2bee3..284bcf456 100644 --- a/util/Makefile.bind.in +++ b/util/Makefile.bind.in @@ -86,6 +86,7 @@ bind2: echo Installing BIND libraries to ${binddir}. ; \ for libdir in ${bindlibs} ; do \ (cd ${bindsrcdir}/lib/$$libdir ; \ + export MAKEDEFS="${installdirs}"; \ $(MAKE) ${installdirs} install >> \ ${binddir}/install.log) ; \ done ; \ -- 2.47.2