SHA256
1
0
forked from pool/bison

Accepting request 182648 from devel:tools:compiler

- Override broken configure checks (forwarded request 182601 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/182648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2013-07-09 18:50:24 +00:00 committed by Git OBS Bridge
commit 5bf9829051
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