mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
frame,grail: Disable PIE in SECURITY_FLAGS
Doesnt compile yet with PIE turned on Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -20,3 +20,5 @@ PACKAGECONFIG[x11] = "--enable-x11, --disable-x11, libxi xext virtual/xserver"
|
||||
|
||||
PACKAGE_BEFORE_PN += "${PN}-test"
|
||||
FILES_${PN}-test = "${bindir}/frame-test*"
|
||||
|
||||
SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"
|
||||
|
||||
@@ -21,3 +21,4 @@ PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi"
|
||||
|
||||
PACKAGE_BEFORE_PN += "${PN}-test"
|
||||
FILES_${PN}-test = "${bindir}/grail-test*"
|
||||
SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"
|
||||
|
||||
Reference in New Issue
Block a user