summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlava Barinov <v.barinov@samsung.com>2016-05-04 15:12:04 +0300
committerChan Lee <chan45.lee@samsung.com>2016-09-06 14:31:11 +0900
commitf511dbbffd36de27923e6d7a711fbd5b62742cca (patch)
treec6226e52e662af816a971ebbfc3cfe5660ded20b
parentaef22fe0fe2ec8836b2d851998d9a696837c3e01 (diff)
downloadm4-accepted/tizen/5.5/base/20191030.083347.tar.gz
m4-accepted/tizen/5.5/base/20191030.083347.tar.bz2
m4-accepted/tizen/5.5/base/20191030.083347.zip
The check dies because ASan captures stack overflow and configure does not expect the output. Change-Id: I6136a68affbae91c89b93ad7b12c58ed00551782 Signed-off-by: Slava Barinov <v.barinov@samsung.com> Signed-off-by: Chan Lee <chan45.lee@samsung.com>
-rw-r--r--packaging/m4.spec6
1 files changed, 4 insertions, 2 deletions
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}/*/*
-