projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5da7fbe
)
[packages] bind: disable gssapi (#10997, thanks Cybjit)
author
Stephen Walker
<stephendwalker@gmail.com>
Sun, 19 Feb 2012 17:41:10 +0000
(17:41 +0000)
committer
Stephen Walker
<stephendwalker@gmail.com>
Sun, 19 Feb 2012 17:41:10 +0000
(17:41 +0000)
SVN-Revision: 30647
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index e925a9519d5aeaa2521edcc77a720b2bb9e4f0fc..5f9e6e35acb6dd271b48e66c5df4c007ca825cf4 100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=bind
PKG_VERSION:=9.8.1-P1
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \
@@
-88,7
+88,8
@@
CONFIGURE_ARGS += \
--with-libtool \
--with-libxml2=no \
--enable-epoll=yes \
- --with-gost=no
+ --with-gost=no \
+ --with-gssapi=no
CONFIGURE_VARS += \
BUILD_CC="$(TARGET_CC)" \