diff options
author | Yuri Bushmelev <jay4mail@gmail.com> | 2010-06-12 02:01:01 +0400 |
---|---|---|
committer | Yuri Bushmelev <jay4mail@gmail.com> | 2010-06-15 01:48:35 +0400 |
commit | 38f8326bf5e4f6afa863f8f2dfdc5ae2b668bc33 (patch) | |
tree | f4bbdfed4e225cd987855ce622010b81dccebb81 /recipes/neon/neon_0.25.5.bb | |
parent | f6cd1f9f326f48efb303218ce634513ca942a826 (diff) |
neon_0.25.5: Disable GSSAPI to remove kerberos dependency.
Diffstat (limited to 'recipes/neon/neon_0.25.5.bb')
-rw-r--r-- | 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 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() { |