From: Slava Barinov Date: Wed, 4 May 2016 12:12:04 +0000 (+0300) Subject: packaging: Set up stack overflow checks values X-Git-Tag: accepted/tizen/4.0/base/20170811.092907^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F87035%2F1;p=platform%2Fupstream%2Fm4.git packaging: Set up stack overflow checks values The check dies because ASan captures stack overflow and configure does not expect the output. Change-Id: I6136a68affbae91c89b93ad7b12c58ed00551782 Signed-off-by: Slava Barinov Signed-off-by: Chan Lee --- diff --git a/packaging/m4.spec b/packaging/m4.spec index 5f98532..d73dcfc 100644 --- a/packaging/m4.spec +++ b/packaging/m4.spec @@ -21,7 +21,10 @@ cp %{SOURCE1001} . %configure \ --without-included-regex \ gl_cv_func_isnanl_works=yes \ - gl_cv_func_printf_directive_n=yes + gl_cv_func_printf_directive_n=yes \ + ac_cv_sys_stack_overflow_works=yes \ + ac_cv_sys_xsi_stack_overflow_heuristic=yes + make %{?_smp_mflags} %check @@ -37,4 +40,3 @@ make %{?_smp_mflags} check || true %{_bindir}/* %doc %{_infodir}/*.gz %{_mandir}/*/* -