From 1c225de4ce1460b80fb162c70e8edc645f03da2e Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 31 May 2001 10:40:32 +0000 Subject: [PATCH] pass -DNS_LOCALSTATEDIR=\"${localstatedir}\" to locate named.key --- bin/rndc/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/rndc/Makefile.in b/bin/rndc/Makefile.in index 68e30c2187..40931c49e0 100644 --- a/bin/rndc/Makefile.in +++ b/bin/rndc/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.23 2001/03/28 02:02:22 halley Exp $ +# $Id: Makefile.in,v 1.24 2001/05/31 10:40:32 tale Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -57,7 +57,8 @@ MANOBJS = ${MANPAGES} ${HTMLPAGES} rndc.@O@: rndc.c ${LIBTOOL} ${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" \ - -DRNDC_SYSCONFDIR=\"${sysconfdir}\" -c ${srcdir}/rndc.c + -DRNDC_SYSCONFDIR=\"${sysconfdir}\" \ + -DNS_LOCALSTATEDIR=\"${localstatedir}\" -c ${srcdir}/rndc.c rndc: ${OBJS} ${DEPLIBS} ${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}