mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
klibc-static-utils: fix textrel, disable security flags for the static utils
Fix WARNING: klibc-static-utils-2.0.4-r0 do_package_qa: QA Issue: ELF binary 'X' has relocations in .text [textrel] Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d2120afea7
commit
ed34bf11ab
|
|
@ -10,3 +10,7 @@ KLIBC_UTILS_PKGNAME = "klibc-static-utils"
|
|||
|
||||
require klibc-utils.inc
|
||||
require klibc.inc
|
||||
|
||||
# avoid textrel if linking with -pie
|
||||
SECURITY_CFLAGS = ""
|
||||
SECURITY_LDFLAGS = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user