[packages] bind: disable gssapi (#10997, thanks Cybjit)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30647 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2012-02-19 17:41:10 +00:00
parent 2cb1c511ad
commit c56bf4dc9b

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bind PKG_NAME:=bind
PKG_VERSION:=9.8.1-P1 PKG_VERSION:=9.8.1-P1
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \ PKG_SOURCE_URL:= \
@ -88,7 +88,8 @@ CONFIGURE_ARGS += \
--with-libtool \ --with-libtool \
--with-libxml2=no \ --with-libxml2=no \
--enable-epoll=yes \ --enable-epoll=yes \
--with-gost=no --with-gost=no \
--with-gssapi=no
CONFIGURE_VARS += \ CONFIGURE_VARS += \
BUILD_CC="$(TARGET_CC)" \ BUILD_CC="$(TARGET_CC)" \