bind: set sysconfdir to /etc/bind

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
This commit is contained in:
Noah Meyerhans 2016-11-17 06:19:55 -08:00 committed by Zoltan HERPAI
parent 6f06eb2e70
commit cc6555e1d9
1 changed files with 2 additions and 1 deletions

View File

@ -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 <frodo@morgul.net>
@ -103,6 +103,7 @@ CONFIGURE_ARGS += \
--with-gssapi=no \
--with-ecdsa=no \
--with-readline=no
--sysconfdir=/etc/bind
CONFIGURE_VARS += \
BUILD_CC="$(TARGET_CC)" \