openssl: allow to add configure options through EXTRA_OECONF
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 10 Dec 2010 01:04:52 +0000 (01:04 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Thu, 9 Dec 2010 18:30:47 +0000 (19:30 +0100)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/openssl/openssl.inc

index bcebc4a..95572e1 100644 (file)
@@ -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)}"