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:
parent
071ece23a6
commit
f95062b320
@ -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
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user