[OE-core] [PATCH] wvstreams: Set optimization to -O0 to avoid breaking stack protection.

Martin Jansa martin.jansa at gmail.com
Thu Apr 10 09:07:22 UTC 2014


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 at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140410/e820c493/attachment-0002.sig>


More information about the Openembedded-core mailing list