diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-14 19:40:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-15 10:05:46 +0200 |
commit | 9a5b4a4abbe32cfd0c0b9c5649be5da37a6ae7a3 (patch) | |
tree | 46e44679d3646f9eb9a57e63913115a4753a4bbd /package/bind/Makefile | |
parent | ba3d18a3dc7031c9c5f72685e0b6c97a7900680c (diff) |
disable gssapi
Diffstat (limited to 'package/bind/Makefile')
-rw-r--r-- | package/bind/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile index f7ce9b38f..776308abb 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -57,6 +57,7 @@ $(eval $(call PKG_template,LIBBIND,libbind,${PKG_VERSION}-${PKG_RELEASE},,${PKGS CONFIGURE_ARGS+= --with-randomdev=/dev/urandom \ --with-ecdsa=no \ --with-gost=no \ + --with-gssapi=no \ --with-openssl=${STAGING_TARGET_DIR}/usr \ --with-libxml2=${STAGING_TARGET_DIR}/usr \ --enable-epoll \ |