* [PATCH] security-flags: Avoid lttng-tools issue on arm
@ 2014-02-26 13:40 Richard Purdie
2014-02-26 13:59 ` Phil Blundell
0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2014-02-26 13:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc
index b5489d8..51cc38e 100644
--- a/meta/conf/distro/include/security_flags.inc
+++ b/meta/conf/distro/include/security_flags.inc
@@ -10,6 +10,9 @@ SECURITY_CFLAGS_pn-dbus-ptest_powerpc = ""
SECURITY_CFLAGS_pn-libmatchbox_powerpc = ""
SECURITY_CFLAGS_pn-webkit-gtk = ""
+# arm specific security flag issues
+SECURITY_CFLAGS_pn-lttng-tools_arm = "${SECURITY_NO_PIE_CFLAGS}"
+
SECURITY_CFLAGS_pn-aspell = "${SECURITY_NO_PIE_CFLAGS}"
SECURITY_CFLAGS_pn-beecrypt = "${SECURITY_NO_PIE_CFLAGS}"
# Curl seems to check for FORTIFY_SOURCE in CFLAGS, but even assigned
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] security-flags: Avoid lttng-tools issue on arm
2014-02-26 13:40 [PATCH] security-flags: Avoid lttng-tools issue on arm Richard Purdie
@ 2014-02-26 13:59 ` Phil Blundell
0 siblings, 0 replies; 2+ messages in thread
From: Phil Blundell @ 2014-02-26 13:59 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On Wed, 2014-02-26 at 13:40 +0000, Richard Purdie wrote:
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Can you provide more details of what the issue that you're avoiding
actually is?
p.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-26 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26 13:40 [PATCH] security-flags: Avoid lttng-tools issue on arm Richard Purdie
2014-02-26 13:59 ` Phil Blundell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox