summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/krb5/krb5_1.11.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
index 31fe46366..a68e85d13 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
@@ -15,6 +15,10 @@ SRC_URI[sha256sum] = "fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456
15 15
16S = "${WORKDIR}/${P}/src/" 16S = "${WORKDIR}/${P}/src/"
17 17
18PACKAGECONFIG ??= "openssl"
19PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
20PACKAGECONFIG[openssl] = "--with-pkinit-crypto-impl=openssl,,openssl"
21
18EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath" 22EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath"
19CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \ 23CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \
20 ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \ 24 ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \