mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
nettle: disable openssl
Do not include openssl glue in the benchmark program. This should fix a compile issue on multilib. (From OE-Core rev: 22c90592347582854410b95db8b7765c85c1568b) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5b17c5d031
commit
ebaf77dc73
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user