bind: set sysconfdir to /etc/bind
authorNoah Meyerhans <frodo@morgul.net>
Thu, 17 Nov 2016 14:19:55 +0000 (06:19 -0800)
committerZoltan HERPAI <wigyori@uid0.hu>
Sun, 19 Nov 2017 16:31:47 +0000 (17:31 +0100)
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
net/bind/Makefile

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