[oe-commits] [openembedded-core] 06/20: libsoup-2.4: provide PACKAGECONFIG for gssapi

git at git.openembedded.org git at git.openembedded.org
Sun May 22 07:52:19 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b452042b94239df0d7bc315a368e2eef4c010ba2
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Fri May 20 15:51:20 2016 +0300

    libsoup-2.4: provide PACKAGECONFIG for gssapi
    
    Fixes this build error:
    
    | ../../libsoup-2.54.1/libsoup/soup-auth-negotiate.c:16:27: fatal error:
    gssapi/gssapi.h: No such file or directory
    | compilation terminated.
    | Makefile:1166: recipe for target
    'libsoup_2_4_la-soup-auth-negotiate.lo' failed
    | make[3]: *** [libsoup_2_4_la-soup-auth-negotiate.lo] Error 1
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb
index ad8202c..f243cbc 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb
@@ -21,6 +21,7 @@ inherit autotools gettext pkgconfig upstream-version-is-even gobject-introspecti
 # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default.
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
+PACKAGECONFIG[gssapi] = "--with-gssapi,--without-gssapi,krb5"
 
 EXTRA_OECONF = "--disable-vala"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list