[oe-commits] Andreas Oberritter : openssl: allow to add configure options through EXTRA_OECONF

git version control git at git.openembedded.org
Thu Dec 9 18:31:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c1d9a905c20ca9ddf83da74fa2cbb8d0d71b8e49
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c1d9a905c20ca9ddf83da74fa2cbb8d0d71b8e49

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Dec 10 01:04:52 2010 +0000

openssl: allow to add configure options through EXTRA_OECONF

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Acked-by: Michael Smith <msmith at cbnco.com>

---

 recipes/openssl/openssl.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index bcebc4a..95572e1 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)}"





More information about the Openembedded-commits mailing list