Re: [OE-core] [PATCH 3/5] security_flags.inc: add -fPIC to SECURITY_NO_PIE_CFLAGS

2016-06-17 Thread Alexander Kanavin
On 06/17/2016 05:38 AM, Andre McCurdy wrote: SECURITY_CFLAGS ?= "-fstack-protector-strong -pie -fpie ${lcl_maybe_fortify} ${SECURITY_STRINGFORMAT}" -SECURITY_NO_PIE_CFLAGS ?= "-fstack-protector-strong ${lcl_maybe_fortify} ${SECURITY_STRINGFORMAT}" +SECURITY_NO_PIE_CFLAGS ?= "-fPIC -fstack-prot

Re: [OE-core] [PATCH 3/5] security_flags.inc: add -fPIC to SECURITY_NO_PIE_CFLAGS

2016-06-16 Thread Andre McCurdy
On Thu, Jun 16, 2016 at 3:59 AM, Alexander Kanavin wrote: > The packages that break due to -fpie can be still built with -fPIC. > > [YOCTO #9486] > > Signed-off-by: Alexander Kanavin > --- > meta/conf/distro/include/security_flags.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > d

[OE-core] [PATCH 3/5] security_flags.inc: add -fPIC to SECURITY_NO_PIE_CFLAGS

2016-06-16 Thread Alexander Kanavin
The packages that break due to -fpie can be still built with -fPIC. [YOCTO #9486] Signed-off-by: Alexander Kanavin --- 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/distro/