All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Phil Blundell <philb@gnu.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] openssl: Use ${CFLAGS} not ${FULL_OPTIMIZATION}
Date: Tue, 30 Oct 2012 23:56:39 -0700	[thread overview]
Message-ID: <5090CBA7.7040100@linux.intel.com> (raw)
In-Reply-To: <1351524020.13864.17.camel@phil-desktop>

On 10/29/2012 08:20 AM, Phil Blundell wrote:
> The latter variable is only applicable for target builds and could
> result in passing incompatible options (and/or failing to pass
> required options) to ${BUILD_CC} for a virtclass-native build.
>
> Signed-off-by: Phil Blundell <philb@gnu.org>
> ---
>   meta/recipes-connectivity/openssl/openssl.inc |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
> index 089b9a4..1b2be93 100644
> --- a/meta/recipes-connectivity/openssl/openssl.inc
> +++ b/meta/recipes-connectivity/openssl/openssl.inc
> @@ -19,7 +19,7 @@ S = "${WORKDIR}/openssl-${PV}"
>
>   AR_append = " r"
>   CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \
> -	-DTERMIO ${FULL_OPTIMIZATION} -Wall"
> +	-DTERMIO ${CFLAGS} -Wall"
>
>   # Avoid binaries being marked as requiring an executable stack (which causes
>   # issues with SELinux on the host)
>
Merged into OE-Core

Thanks
	Sau!




      reply	other threads:[~2012-10-31  7:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29 15:20 [PATCH] openssl: Use ${CFLAGS} not ${FULL_OPTIMIZATION} Phil Blundell
2012-10-31  6:56 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5090CBA7.7040100@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=philb@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.