summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/krb5/krb5_1.11.bb')
-rw-r--r--meta-oe/recipes-connectivity/krb5/krb5_1.11.bb3
1 files changed, 3 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 63676fd2b..00ad9f97c 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
@@ -11,6 +11,7 @@ PR = "r2"
11 11
12SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${PV}/${P}-signed.tar \ 12SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${PV}/${P}-signed.tar \
13 file://055d1ffa81d0730e92aa3f1ed5045cd805c74957.patch \ 13 file://055d1ffa81d0730e92aa3f1ed5045cd805c74957.patch \
14 file://0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch \
14" 15"
15SRC_URI[md5sum] = "1a13c53899806c4da99a798a04d25545" 16SRC_URI[md5sum] = "1a13c53899806c4da99a798a04d25545"
16SRC_URI[sha256sum] = "fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456a78651" 17SRC_URI[sha256sum] = "fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456a78651"
@@ -20,6 +21,7 @@ S = "${WORKDIR}/${P}/src/"
20PACKAGECONFIG ??= "openssl" 21PACKAGECONFIG ??= "openssl"
21PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" 22PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
22PACKAGECONFIG[openssl] = "--with-pkinit-crypto-impl=openssl,,openssl" 23PACKAGECONFIG[openssl] = "--with-pkinit-crypto-impl=openssl,,openssl"
24PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils"
23 25
24EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath" 26EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath"
25CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \ 27CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \
@@ -45,5 +47,6 @@ python do_unpack() {
45 47
46do_configure() { 48do_configure() {
47 gnu-configize --force 49 gnu-configize --force
50 autoreconf
48 oe_runconf 51 oe_runconf
49} 52}