[oe-commits] Yuri Bushmelev : neon_0.25.5: Disable GSSAPI to remove kerberos dependency.

git version control git at git.openembedded.org
Mon Jun 14 21:51:06 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 38f8326bf5e4f6afa863f8f2dfdc5ae2b668bc33
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=38f8326bf5e4f6afa863f8f2dfdc5ae2b668bc33

Author: Yuri Bushmelev <jay4mail at gmail.com>
Date:   Sat Jun 12 02:01:01 2010 +0400

neon_0.25.5: Disable GSSAPI to remove kerberos dependency.

---

 recipes/neon/neon_0.25.5.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/neon/neon_0.25.5.bb b/recipes/neon/neon_0.25.5.bb
index 65fb140..468cecf 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() {





More information about the Openembedded-commits mailing list