forked from pool/bison
-
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=36
This commit is contained in:
parent
57a304ba33
commit
e3c2721af4
@ -46,9 +46,11 @@ Bison is a parser generator similar to yacc(1).
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules --disable-rpath --docdir=%{_docdir}/%{name} \
|
%configure --disable-silent-rules \
|
||||||
gl_cv_func_printf_directive_n=yes \
|
--disable-rpath \
|
||||||
gl_cv_func_printf_infinite_long_double=yes
|
--docdir=%{_docdir}/%{name} \
|
||||||
|
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