diff options
-rw-r--r-- | recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 5 |
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" | |||
21 | CFLAGS += " -mno-unaligned-access" | 21 | CFLAGS += " -mno-unaligned-access" |
22 | CPPFLAGS += " -mno-unaligned-access" | 22 | CPPFLAGS += " -mno-unaligned-access" |
23 | 23 | ||
24 | EXTRA_OECONF += "--with-zlib=${STAGING_DIR_HOST}/usr" | 24 | EXTRA_OECONF += " \ |
25 | --with-zlib=${STAGING_EXECPREFIXDIR} \ | ||
26 | --with-openssl=${STAGING_EXECPREFIXDIR} \ | ||
27 | " | ||
25 | 28 | ||
26 | INITSCRIPT_NAME = "softhsm-daemon.sh" | 29 | INITSCRIPT_NAME = "softhsm-daemon.sh" |
27 | INITSCRIPT_PARAMS = "defaults 10" | 30 | INITSCRIPT_PARAMS = "defaults 10" |