summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index c1e16545..3143acd5 100644
--- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
+++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
@@ -21,7 +21,10 @@ S = "${WORKDIR}/git"
21CFLAGS += " -mno-unaligned-access" 21CFLAGS += " -mno-unaligned-access"
22CPPFLAGS += " -mno-unaligned-access" 22CPPFLAGS += " -mno-unaligned-access"
23 23
24EXTRA_OECONF += "--with-zlib=${STAGING_DIR_HOST}/usr" 24EXTRA_OECONF += " \
25 --with-zlib=${STAGING_EXECPREFIXDIR} \
26 --with-openssl=${STAGING_EXECPREFIXDIR} \
27 "
25 28
26INITSCRIPT_NAME = "softhsm-daemon.sh" 29INITSCRIPT_NAME = "softhsm-daemon.sh"
27INITSCRIPT_PARAMS = "defaults 10" 30INITSCRIPT_PARAMS = "defaults 10"