From: Andreas Oberritter Date: Fri, 10 Dec 2010 01:04:52 +0000 (+0000) Subject: openssl: allow to add configure options through EXTRA_OECONF X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d9a905c20ca9ddf83da74fa2cbb8d0d71b8e49;p=openembedded.git openssl: allow to add configure options through EXTRA_OECONF Signed-off-by: Andreas Oberritter Acked-by: Michael Smith --- diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc index bcebc4afbb..95572e1be7 100644 --- a/recipes/openssl/openssl.inc +++ b/recipes/openssl/openssl.inc @@ -97,7 +97,7 @@ do_configure () { if [ "x$useprefix" = "x" ]; then useprefix=/ fi - perl ./Configure shared --prefix=$useprefix --openssldir=${libdir}/ssl $target + perl ./Configure ${EXTRA_OECONF} shared --prefix=$useprefix --openssldir=${libdir}/ssl $target eval "${@base_contains('DISTRO_FEATURES', 'largefile', '', 'sed -i -e "/_FILE_OFFSET_BITS/,/#endif/d" ${S}/crypto/bio/bss_file.c', d)}" eval "${@base_contains('DISTRO_FEATURES', 'ipv6', '', 'sed -i -e "/AF_INET6/,/break/d" ${S}/crypto/bio/bss_dgram.c', d)}"