summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nettle/nettle_2.7.1.bb
diff options
context:
space:
mode:
authorHaiqing Bai <Haiqing.Bai@windriver.com>2017-01-05 11:32:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-09 13:39:12 +0000
commit1da4d59ec713d148980138d7fdd054549107344f (patch)
treefccc37a722f5604384fa7ed553db979310d93590 /meta/recipes-support/nettle/nettle_2.7.1.bb
parentc9e21f0266cc742ba8b47ea3bd49cfb63b9f797b (diff)
downloadpoky-1da4d59ec713d148980138d7fdd054549107344f.tar.gz
nettle: Modify configure script to get consistent build.
The original configure script detects the header files of openssl to set variable like 'HAVE_OPENSSL_AES_H' in config.h and ignore the value of '--enable-openssl', this may cause inconsistent build. (From OE-Core rev: 17e34c083aa53914610d8eca2341e82d0e1208e2) Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nettle/nettle_2.7.1.bb')
-rw-r--r--meta/recipes-support/nettle/nettle_2.7.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_2.7.1.bb
index ae8e3119fe..2006146cfe 100644
--- a/meta/recipes-support/nettle/nettle_2.7.1.bb
+++ b/meta/recipes-support/nettle/nettle_2.7.1.bb
@@ -13,6 +13,7 @@ SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6
13SRC_URI += "\ 13SRC_URI += "\
14 file://CVE-2015-8803_8805.patch \ 14 file://CVE-2015-8803_8805.patch \
15 file://CVE-2015-8804.patch \ 15 file://CVE-2015-8804.patch \
16 file://check-header-files-of-openssl-only-if-enable_.patch \
16 " 17 "
17 18
18DISABLE_STATIC = "" 19DISABLE_STATIC = ""