]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsoup-2.4: provide PACKAGECONFIG for gssapi
authorMaxin B. John <maxin.john@intel.com>
Fri, 20 May 2016 12:51:20 +0000 (15:51 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 May 2016 15:09:21 +0000 (16:09 +0100)
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@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb

index ad8202ce7fc1a4a13f5473a21b5953e82af4ffc0..f243cbc89836c1c9d1367085da47a77ff81c86dd 100644 (file)
@@ -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"