All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] openssl: allow to add configure options through EXTRA_OECONF
@ 2010-12-09 17:04 Andreas Oberritter
  2010-12-09 18:07 ` Michael Smith
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Oberritter @ 2010-12-09 17:04 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
 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)}"
-- 
1.7.2.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] openssl: allow to add configure options through EXTRA_OECONF
  2010-12-09 17:04 [PATCH] openssl: allow to add configure options through EXTRA_OECONF Andreas Oberritter
@ 2010-12-09 18:07 ` Michael Smith
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Smith @ 2010-12-09 18:07 UTC (permalink / raw)
  To: openembedded-devel

Andreas Oberritter wrote:
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>

 > -	perl ./Configure shared --prefix=$useprefix 
--openssldir=${libdir}/ssl $target
 > +	perl ./Configure ${EXTRA_OECONF} shared --prefix=$useprefix 
--openssldir=${libdir}/ssl $target

Acked-by: Michael Smith <msmith@cbnco.com>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-09 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 17:04 [PATCH] openssl: allow to add configure options through EXTRA_OECONF Andreas Oberritter
2010-12-09 18:07 ` Michael Smith

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.