Re: [OE-core] [PATCH] security_flags: disable PIE on expect

2015-01-28 Thread Burton, Ross
On 28 January 2015 at 12:47, Martin Jansa wrote: > And flac doesn't need it anymore? > Whoops, thanks! Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-cor

Re: [OE-core] [PATCH] security_flags: disable PIE on expect

2015-01-28 Thread Martin Jansa
On Wed, Jan 28, 2015 at 12:41:07PM +, Ross Burton wrote: > Disable PIE in expect as otherwise it tries to link the shared library as an > executable. And flac doesn't need it anymore? > Signed-off-by: Ross Burton > --- > meta/conf/distro/include/security_flags.inc |2 +- > 1 file change

[OE-core] [PATCH] security_flags: disable PIE on expect

2015-01-28 Thread Ross Burton
Disable PIE in expect as otherwise it tries to link the shared library as an executable. Signed-off-by: Ross Burton --- meta/conf/distro/include/security_flags.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/dist