bind: set sysconfdir to /etc/bind
authorNoah Meyerhans <frodo@morgul.net>
Thu, 17 Nov 2016 14:19:55 +0000 (06:19 -0800)
committerNoah Meyerhans <frodo@morgul.net>
Fri, 18 Nov 2016 04:42:49 +0000 (20:42 -0800)
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
net/bind/Makefile

index 0f1212cedb1dfaea7b0e11b6ca6ac48fa86fac73..7156069a20075f7962f87f4abdff105d4db3c6b4 100644 (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>
@@ -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 += \