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
committerMaxin B. John <maxin.john@intel.com>2017-09-26 18:16:29 +0300
commit2a706cd2d656a203ecb83bef1c687703c969732e (patch)
treed82ee63b071532aa56e469476f974ece2295e659 /recipes-core/icedtea/icedtea7-native.inc
parent4a33f4c06f6fca3c8e7ff79f352996b3c07014cf (diff)
downloadmeta-java-2a706cd2d656a203ecb83bef1c687703c969732e.tar.gz
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 <ricardo.ribalda@gmail.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
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 = ' \