Explorar el Código

disable gssapi

Waldemar Brodkorb hace 10 años
padre
commit
9a5b4a4abb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/bind/Makefile

+ 1 - 0
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 \