aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-04-06 23:01:00 +0100
committerRoss Burton <ross.burton@intel.com>2016-05-17 16:48:36 +0100
commit3568570d299aecfbc4c49c141b0d7c42df7af0be (patch)
treec02b6fd674e5064845eceb21443afa5659bffe58
parent2c2578316d6b3e1ee7940e2a5779f9ad503b0ffd (diff)
downloadmeta-openembedded-contrib-3568570d299aecfbc4c49c141b0d7c42df7af0be.tar.gz
krb5: depend on libverto instead of using an internal fork
If krb5 can't find an existing libverto library then it will use it's internal fork, but this fork only supports an internal libev backend and despite being for internal use is still installed, with the wrong soname to boot. Now that meta-oe has a libverto recipe krb5 can depend on and use that instead. Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb
index 713b76c080..9c292d942c 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb
@@ -39,12 +39,13 @@ SRC_URI[sha256sum] = "e528c30b0209c741f6f320cb83122ded92f291802b6a1a1dc1a01dcdb3
S = "${WORKDIR}/${BP}/src"
-PACKAGECONFIG ??= "openssl"
+PACKAGECONFIG ??= "openssl verto"
PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
PACKAGECONFIG[openssl] = "--with-pkinit-crypto-impl=openssl,,openssl"
PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils"
PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
+PACKAGECONFIG[verto] = "--with-system-verto,--without-system-verto,libverto"
EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath"
CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \