summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>2017-09-07 10:51:35 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-12-22 10:25:01 -0200
commit0c27b120aa508e4bb41394b8dd3645949a611128 (patch)
treeec1027746a2bf57fc767603fa1f70dce6856e2df /recipes-core/icedtea/icedtea7-native.inc
parentaa9de3469e1d34f70e162de0faefb40e634b9dcb (diff)
downloadmeta-java-0c27b120aa508e4bb41394b8dd3645949a611128.tar.gz
icedtea-native: Fix segmentation build during buildpyro
Without this patch, icedtea-native do_compile() results in a SIGSEGV when compiled with GCC7 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Maxin B. John <maxin.john@intel.com> (cherry picked from commit 2a706cd2d656a203ecb83bef1c687703c969732e)
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 55cb7e7..7d625eb 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -43,6 +43,7 @@ SRC_URI = " \
43 file://jaxws_fix_NullPointerException.patch;apply=no \ 43 file://jaxws_fix_NullPointerException.patch;apply=no \
44 file://timezoneszip.patch \ 44 file://timezoneszip.patch \
45 file://sigsegv.patch;apply=no \ 45 file://sigsegv.patch;apply=no \
46 file://vframeArray_Fix_sigsegv.patch;apply=no \
46 " 47 "
47 48
48S = "${WORKDIR}/${ICEDTEA}" 49S = "${WORKDIR}/${ICEDTEA}"
@@ -154,6 +155,7 @@ do_configure_append() {
154 155
155 patch -p1 < ${WORKDIR}/jaxws_fix_NullPointerException.patch 156 patch -p1 < ${WORKDIR}/jaxws_fix_NullPointerException.patch
156 patch -p1 < ${WORKDIR}/sigsegv.patch 157 patch -p1 < ${WORKDIR}/sigsegv.patch
158 patch -p1 < ${WORKDIR}/vframeArray_Fix_sigsegv.patch
157} 159}
158 160
159EXTRA_OEMAKE = ' \ 161EXTRA_OEMAKE = ' \