summaryrefslogtreecommitdiff
path: root/package/bind/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:54:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:55:25 +0200
commit914525ec73d3466359575433c1575e6f57f0c8ae (patch)
tree251b644cfb3a6c2503da740dd93b0a828892aafd /package/bind/Makefile
parent23c39ed2658699a56627e2609908348d4a1f9b36 (diff)
update to latest upstream
Diffstat (limited to 'package/bind/Makefile')
-rw-r--r--package/bind/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile
index 47c513229..f7ce9b38f 100644
--- a/package/bind/Makefile
+++ b/package/bind/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= bind
-PKG_VERSION:= 9.7.3
-PKG_RELEASE:= 2
-PKG_MD5SUM:= 207477c4cf95f2db5be0ded8a22669e0
+PKG_VERSION:= 9.9.5
+PKG_RELEASE:= 1
+PKG_MD5SUM:= e676c65cad5234617ee22f48e328c24e
PKG_DESCR:= dns server
PKG_SECTION:= net/dns
PKG_DEPENDS:= libopenssl libbind libxml2 libstdcxx
@@ -54,9 +54,9 @@ $(eval $(call PKG_template,BIND_HOST,bind-host,${PKG_VERSION}-${PKG_RELEASE},${P
$(eval $(call PKG_template,BIND_DIG,bind-dig,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_BIND_DIG},${PKGSD_BIND_DIG},${PKGSC_BIND_DIG}))
$(eval $(call PKG_template,LIBBIND,libbind,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBBIND},${PKGSC_LIBBIND},${PKG_OPTS}))
-TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
CONFIGURE_ARGS+= --with-randomdev=/dev/urandom \
- --disable-threads \
+ --with-ecdsa=no \
+ --with-gost=no \
--with-openssl=${STAGING_TARGET_DIR}/usr \
--with-libxml2=${STAGING_TARGET_DIR}/usr \
--enable-epoll \