summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb
index 44e51fda91..2c68ba984f 100644
--- a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb
+++ b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb
@@ -13,6 +13,7 @@ SRC_URI[sha256sum] = "61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614d
13inherit autotools pkgconfig siteinfo 13inherit autotools pkgconfig siteinfo
14 14
15EXTRA_OECONF += " --with-sqlite3=${STAGING_DIR_HOST}/usr" 15EXTRA_OECONF += " --with-sqlite3=${STAGING_DIR_HOST}/usr"
16EXTRA_OECONF += " --with-objectstore-backend-db"
16EXTRA_OECONF += "${@oe.utils.conditional('SITEINFO_BITS', '64', ' --enable-64bit', '', d)}" 17EXTRA_OECONF += "${@oe.utils.conditional('SITEINFO_BITS', '64', ' --enable-64bit', '', d)}"
17 18
18PACKAGECONFIG ?= "ecc eddsa pk11 openssl" 19PACKAGECONFIG ?= "ecc eddsa pk11 openssl"