From 0c27b120aa508e4bb41394b8dd3645949a611128 Mon Sep 17 00:00:00 2001 From: Ricardo Ribalda Delgado Date: Thu, 7 Sep 2017 10:51:35 +0200 Subject: icedtea-native: Fix segmentation build during build Without this patch, icedtea-native do_compile() results in a SIGSEGV when compiled with GCC7 Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Maxin B. John (cherry picked from commit 2a706cd2d656a203ecb83bef1c687703c969732e) --- recipes-core/icedtea/icedtea7-native.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/icedtea/icedtea7-native.inc') 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 = " \ file://jaxws_fix_NullPointerException.patch;apply=no \ file://timezoneszip.patch \ file://sigsegv.patch;apply=no \ + file://vframeArray_Fix_sigsegv.patch;apply=no \ " S = "${WORKDIR}/${ICEDTEA}" @@ -154,6 +155,7 @@ do_configure_append() { patch -p1 < ${WORKDIR}/jaxws_fix_NullPointerException.patch patch -p1 < ${WORKDIR}/sigsegv.patch + patch -p1 < ${WORKDIR}/vframeArray_Fix_sigsegv.patch } EXTRA_OEMAKE = ' \ -- cgit v1.2.3-54-g00ecf