-fstack-clash-protection is gcc-only option

Signed-off-by: Khem Raj <[email protected]>
---
 meta-networking/recipes-extended/dlm/dlm_4.0.9.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb 
b/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb
index 876462d2f0..6345c8141b 100644
--- a/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb
+++ b/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb
@@ -36,6 +36,10 @@ export EXTRA_OEMAKE = ""
 
 DONTBUILD = "${@bb.utils.contains('PACKAGECONFIG', 'pacemaker', '', 'fence', 
d)}"
 
+do_compile_prepend_toolchain-clang() {
+    sed -i -e "s/-fstack-clash-protection//g" ${S}/*/Makefile
+}
+
 do_compile_prepend() {
     sed -i "s/libsystemd-daemon/libsystemd/g" ${S}/dlm_controld/Makefile
     sed -i -e "s/ ${DONTBUILD}//g" ${S}/Makefile
-- 
2.24.0

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to