mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user