[oe-commits] Valentin Popa : nettle: disable openssl

git at git.openembedded.org git at git.openembedded.org
Mon May 12 17:01:52 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 22c90592347582854410b95db8b7765c85c1568b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=22c90592347582854410b95db8b7765c85c1568b

Author: Valentin Popa <valentin.popa at intel.com>
Date:   Thu May  8 18:35:20 2014 +0300

nettle: disable openssl

Do not include openssl glue in the benchmark program.
This should fix a compile issue on multilib.

Signed-off-by: Valentin Popa <valentin.popa at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/nettle/nettle_2.7.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_2.7.1.bb
index 87f1639..8aa5351 100644
--- a/meta/recipes-support/nettle/nettle_2.7.1.bb
+++ b/meta/recipes-support/nettle/nettle_2.7.1.bb
@@ -13,6 +13,8 @@ SRC_URI = "http://www.lysator.liu.se/~nisse/archive/${BP}.tar.gz"
 SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5"
 SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40"
 
+EXTRA_OECONF = "--disable-openssl"
+
 do_configure_prepend() {
        if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then
                cp ${S}/aclocal.m4 ${S}/acinclude.m4



More information about the Openembedded-commits mailing list