summaryrefslogtreecommitdiff
path: root/package/bind/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-12 20:10:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-12 20:10:19 +0100
commit612d4d6bcbac669ae057acbff1541929ed971cf9 (patch)
tree8a960b7301922d7cf299ebb6a6e66028e1c7e7fd /package/bind/Makefile
parent990c7eddcdf768a9d63b407d177738b1271d633b (diff)
parenta8c382023711b7662665cfbcb9167b7d6f191d9c (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bind/Makefile')
-rw-r--r--package/bind/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile
index b270af1a1..70ff2f923 100644
--- a/package/bind/Makefile
+++ b/package/bind/Makefile
@@ -9,8 +9,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= a0952d589b3051538033387be4c983f9
PKG_DESCR:= popular DNS server
PKG_SECTION:= net
-PKG_DEPENDS:= libopenssl libbind
-PKG_BUILDDEP+= openssl
+PKG_DEPENDS:= libopenssl libbind libxml2
+PKG_BUILDDEP+= openssl libxml2
PKG_URL:= https://www.isc.org/software/bind
PKG_SITES:= ftp://ftp.isc.org/isc/bind9/${PKG_VERSION}/
@@ -36,6 +36,7 @@ $(eval $(call PKG_template,BIND_DIG,bind-dig,${PKG_VERSION}-${PKG_RELEASE},${PKG
CONFIGURE_ARGS+= --with-randomdev=/dev/urandom \
--disable-threads \
--with-openssl=${STAGING_DIR}/usr/ \
+ --with-libxml2=${STAGING_DIR}/usr/ \
--enable-epoll \
--with-libtool