diff options
-rw-r--r-- | meta/recipes-support/nettle/nettle_2.7.1.bb | 2 |
1 files changed, 2 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 87f1639a8a..8aa5351896 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" | |||
13 | SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5" | 13 | SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5" |
14 | SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40" | 14 | SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40" |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-openssl" | ||
17 | |||
16 | do_configure_prepend() { | 18 | do_configure_prepend() { |
17 | if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then | 19 | if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then |
18 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 | 20 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 |