From 38f8326bf5e4f6afa863f8f2dfdc5ae2b668bc33 Mon Sep 17 00:00:00 2001 From: Yuri Bushmelev Date: Sat, 12 Jun 2010 02:01:01 +0400 Subject: [PATCH] neon_0.25.5: Disable GSSAPI to remove kerberos dependency. --- recipes/neon/neon_0.25.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/neon/neon_0.25.5.bb b/recipes/neon/neon_0.25.5.bb index 65fb14006d..468cecfefc 100644 --- a/recipes/neon/neon_0.25.5.bb +++ b/recipes/neon/neon_0.25.5.bb @@ -12,7 +12,7 @@ SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \ inherit autotools binconfig lib_package pkgconfig -EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" +EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared --without-gssapi" EXTRA_AUTORECONF=" -I ${S}/macros " do_stage() { -- 2.39.5