summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb
index c770f7bbe..76b5d3042 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb
@@ -38,12 +38,13 @@ CVE_PRODUCT = "kerberos"
38 38
39S = "${WORKDIR}/${BP}/src" 39S = "${WORKDIR}/${BP}/src"
40 40
41PACKAGECONFIG ??= "" 41PACKAGECONFIG ??= "pkinit"
42PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" 42PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
43PACKAGECONFIG[openssl] = "--with-crypto-impl=openssl,,openssl" 43PACKAGECONFIG[openssl] = "--with-crypto-impl=openssl,,openssl"
44PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils" 44PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils"
45PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" 45PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
46PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" 46PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
47PACKAGECONFIG[pkinit] = "--enable-pkinit, --disable-pkinit"
47 48
48EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath" 49EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath"
49CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \ 50CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \