diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/krb5/krb5_1.16.2.bb | 3 |
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 c770f7bbe4..76b5d3042b 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 | ||
39 | S = "${WORKDIR}/${BP}/src" | 39 | S = "${WORKDIR}/${BP}/src" |
40 | 40 | ||
41 | PACKAGECONFIG ??= "" | 41 | PACKAGECONFIG ??= "pkinit" |
42 | PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" | 42 | PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" |
43 | PACKAGECONFIG[openssl] = "--with-crypto-impl=openssl,,openssl" | 43 | PACKAGECONFIG[openssl] = "--with-crypto-impl=openssl,,openssl" |
44 | PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils" | 44 | PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils" |
45 | PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" | 45 | PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" |
46 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | 46 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" |
47 | PACKAGECONFIG[pkinit] = "--enable-pkinit, --disable-pkinit" | ||
47 | 48 | ||
48 | EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath" | 49 | EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath" |
49 | CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \ | 50 | CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \ |