]> code.ossystems Code Review - openembedded-core.git/commit
libnewt: Fix build with PIE flags
authorKhem Raj <raj.khem@gmail.com>
Wed, 17 Feb 2016 08:33:40 +0000 (08:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Feb 2016 09:32:01 +0000 (09:32 +0000)
commit2735d096aef2d039d711c13c311bb6dba979f437
tree7bcce36fbe8196a92fed94371001adce2965c2cb
parent138fdeacb822705f9d3d363753f93ff653e7928b
libnewt: Fix build with PIE flags

security flags add -pie -fpie to CFLAGS which is not
right options for compiling .so files, they are only
useful for compiling executables

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-extended/newt/files/pie-flags.patch [new file with mode: 0644]
meta/recipes-extended/newt/libnewt_0.52.18.bb