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:
commit
5bf9829051
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user