From: Martin Jansa <martin.jansa@gmail.com>
To: "Søren Holm" <sgh@sgh.dk>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] wvstreams: Set optimization to -O0 to avoid breaking stack protection.
Date: Thu, 10 Apr 2014 11:07:22 +0200 [thread overview]
Message-ID: <20140410090722.GQ2132@jama> (raw)
In-Reply-To: <1396946890-16295-1-git-send-email-sgh@sgh.dk>
[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]
On Tue, Apr 08, 2014 at 10:48:10AM +0200, Søren Holm wrote:
> A description of the bug is here :
> See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674006
Wrong ML, this belongs to openembedded-devel@lists.openembedded.org
> ---
> meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
> index ce2b337..869402b 100644
> --- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
> +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
> @@ -19,6 +19,8 @@ SRC_URI[sha256sum] = "8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8eb
> inherit autotools pkgconfig
>
> PARALLEL_MAKE = ""
> +TARGET_CFLAGS_append = " -O0"
> +TARGET_CXXFLAGS_append = " -O0"
>
> LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"
>
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2014-04-10 9:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-08 8:48 [PATCH] wvstreams: Set optimization to -O0 to avoid breaking stack protection Søren Holm
2014-04-10 9:07 ` Martin Jansa [this message]
2014-04-10 9:11 ` Søren Holm
-- strict thread matches above, loose matches on Subject: below --
2014-04-10 9:13 Søren Holm
2014-04-10 18:25 ` Khem Raj
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=20140410090722.GQ2132@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=sgh@sgh.dk \
/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.