SHA256
1
0
forked from pool/bison

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
This commit is contained in:
Philipp Thomas 2013-07-09 13:13:15 +00:00 committed by Git OBS Bridge
parent 071ece23a6
commit f95062b320
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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