summaryrefslogtreecommitdiffstats
path: root/recipes-core/cacao/cacao-initial-native_0.98.bb
diff options
context:
space:
mode:
authorErkka Kääriä <erkka.kaaria@intel.com>2015-10-21 12:41:49 +0300
committerMaxin B. John <maxin.john@intel.com>2015-10-23 10:51:06 +0300
commitd7d4f64a32d26fc8a92e4c89b47c78956f20a14d (patch)
tree8bc220c18d8d91d28be2e4b1bdd783c8992dd21d /recipes-core/cacao/cacao-initial-native_0.98.bb
parent38f4c1365c11c0c369e297ec53591439be589fb0 (diff)
downloadmeta-java-d7d4f64a32d26fc8a92e4c89b47c78956f20a14d.tar.gz
cacao-initial-native: Fix undefined behaviour in gc
Upstream-Status: Backport Fixes undefined behaviour in boehm GC used by cacao-initial-native as suggested at https://github.com/ivmai/bdwgc/commit/16780405c899f01119bc45167122b4242f6b34fb. The undefined behaviour at very least causes a segmentation fault during classpath-native configure step with Fedora 22. Signed-off-by: Erkka Kääriä <erkka.kaaria@intel.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/cacao/cacao-initial-native_0.98.bb')
-rw-r--r--recipes-core/cacao/cacao-initial-native_0.98.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/cacao/cacao-initial-native_0.98.bb b/recipes-core/cacao/cacao-initial-native_0.98.bb
index ec7fbdb..2a8ced5 100644
--- a/recipes-core/cacao/cacao-initial-native_0.98.bb
+++ b/recipes-core/cacao/cacao-initial-native_0.98.bb
@@ -14,6 +14,7 @@ SRC_URI = "\
14 http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2; \ 14 http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2; \
15 file://cacao-0.98-initial.patch \ 15 file://cacao-0.98-initial.patch \
16 file://disable_hw_exceptions.patch \ 16 file://disable_hw_exceptions.patch \
17 file://cacao-0.9.8-initial-fix-gc-undefined-behaviour.patch \
17 " 18 "
18 19
19# libjvm disabled - it would conflict with cacao-native installations 20# libjvm disabled - it would conflict with cacao-native installations