From d1c890896c0cae4516a222a0adcf01d91f8d0503 Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Thu, 17 Nov 2016 06:19:55 -0800 Subject: [PATCH] bind: set sysconfdir to /etc/bind Signed-off-by: Noah Meyerhans --- net/bind/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 0f1212ced..7156069a2 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind PKG_VERSION:=9.10.4-P4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans @@ -110,7 +110,8 @@ CONFIGURE_ARGS += \ --with-gost=no \ --with-gssapi=no \ --with-ecdsa=$(if $(CONFIG_OPENSSL_WITH_EC),yes,no) \ - --with-readline=no + --with-readline=no \ + --sysconfdir=/etc/bind ifdef CONFIG_BIND_ENABLE_FILTER_AAAA CONFIGURE_ARGS += \