From 1da4d59ec713d148980138d7fdd054549107344f Mon Sep 17 00:00:00 2001 From: Haiqing Bai Date: Thu, 5 Jan 2017 11:32:54 +0800 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/nettle/nettle_2.7.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/nettle/nettle_2.7.1.bb') 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 SRC_URI += "\ file://CVE-2015-8803_8805.patch \ file://CVE-2015-8804.patch \ + file://check-header-files-of-openssl-only-if-enable_.patch \ " DISABLE_STATIC = "" -- cgit v1.2.3-54-g00ecf