From f95062b32046878c8ab766d68ad69dd301b20714cbf1d61e9746ac7e93e34a66 Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Tue, 9 Jul 2013 13:13:15 +0000 Subject: [PATCH] Accepting request 182601 from home:Andreas_Schwab:Factory - Override broken configure checks OBS-URL: https://build.opensuse.org/request/show/182601 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=28 --- bison.changes | 5 +++++ bison.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bison.changes b/bison.changes index 17b8f41..2defd8b 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 9 07:53:58 UTC 2013 - schwab@suse.de + +- Override broken configure checks + ------------------------------------------------------------------- Thu Mar 21 07:52:06 UTC 2013 - mmeister@suse.com diff --git a/bison.spec b/bison.spec index 64b93bb..b4b4066 100644 --- a/bison.spec +++ b/bison.spec @@ -43,7 +43,9 @@ Bison is a parser generator similar to yacc(1). %setup -q %build -%configure --disable-silent-rules --disable-rpath +%configure --disable-silent-rules --disable-rpath \ + gl_cv_func_printf_directive_n=yes \ + gl_cv_func_printf_infinite_long_double=yes make %{?_smp_mflags} %check