]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
openjade-native: work around bug exposed by GCC 6 dankm/gcc-6
authorDan McGregor <dan.mcgregor@usask.ca>
Tue, 19 Apr 2016 14:51:53 +0000 (08:51 -0600)
committerDan McGregor <dan.mcgregor@usask.ca>
Wed, 20 Apr 2016 03:33:53 +0000 (21:33 -0600)
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
meta/recipes-devtools/openjade/openjade-native_1.3.2.bb

index bc250080f137b0f27fb272dea922b8d4176a9bd3..98469bf4ca411898e167fdfaf0840817393eed4b 100644 (file)
@@ -44,6 +44,7 @@ CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadi
 oe_runconf[vardepsexclude] += "CONFIGUREOPTS"
 
 CFLAGS =+ "-I${S}/include"
+CXXFLAGS += "-fno-lifetime-dse"
 
 SSTATEPOSTINSTFUNCS += "openjade_sstate_postinst"
 SYSROOT_PREPROCESS_FUNCS += "openjade_sysroot_preprocess"