mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 10:56:17 +00:00
gerbera: Disable PIE on rv64
It ends up with textrels otherwise QA Issue: gerbera: ELF binary /usr/bin/gerbera has relocations in .text [textrel] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
02f2eb8d50
commit
8c6115ce91
@ -26,3 +26,5 @@ do_install_append() {
|
||||
}
|
||||
|
||||
FILES_${PN} += "/root/.config/"
|
||||
|
||||
SECURITY_CFLAGS_riscv64 = "${SECURITY_NOPIE_CFLAGS}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user