From cc6555e1d9a1137451d472fbc7c4d92ea598f150 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 71886db912..11ccd0415b 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 @@ -103,6 +103,7 @@ CONFIGURE_ARGS += \ --with-gssapi=no \ --with-ecdsa=no \ --with-readline=no + --sysconfdir=/etc/bind CONFIGURE_VARS += \ BUILD_CC="$(TARGET_CC)" \