summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/openssl-qat/openssl-qat.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-isg/common/recipes-extended/openssl-qat/openssl-qat.inc')
-rw-r--r--meta-isg/common/recipes-extended/openssl-qat/openssl-qat.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-isg/common/recipes-extended/openssl-qat/openssl-qat.inc b/meta-isg/common/recipes-extended/openssl-qat/openssl-qat.inc
index 8eb85583..8f6be090 100644
--- a/meta-isg/common/recipes-extended/openssl-qat/openssl-qat.inc
+++ b/meta-isg/common/recipes-extended/openssl-qat/openssl-qat.inc
@@ -30,7 +30,7 @@ PACKAGES =+ "${PN}-misc"
30PARALLEL_MAKE = "" 30PARALLEL_MAKE = ""
31 31
32AR_append = " r" 32AR_append = " r"
33EXTRA_OECONF = " -no-ssl3" 33EXTRA_OEMAKE = "-e MAKEFLAGS="
34 34
35export ICP_ROOT = "${WORKDIR}/git" 35export ICP_ROOT = "${WORKDIR}/git"
36export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}" 36export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}"
@@ -65,7 +65,7 @@ do_configure () {
65 os=linux 65 os=linux
66 target=linux-x86_64 66 target=linux-x86_64
67 67
68 ./Configure ${EXTRA_OECONF} enable-hw-qat --prefix=$OPENSSL_PREFIX --openssldir="${OPENSSL_PREFIX}${base_libdir}/ssl" --libdir="${base_libdir}" $target 68 ./Configure -no-ssl3 enable-hw-qat --prefix=$OPENSSL_PREFIX --openssldir="${OPENSSL_PREFIX}${base_libdir}/ssl" --libdir="${base_libdir}" $target
69} 69}
70 70
71do_compile() { 71do_compile() {