Accepting request 1082466 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1082466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=273
This commit is contained in:
commit
db68638bdd
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 20 10:53:47 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Do not use binutils-gold as the package is unmaintained
|
||||||
|
and will be removed in the future (boo#1210687).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 5 15:11:41 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
Wed Apr 5 15:11:41 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -125,9 +125,6 @@ BuildRequires: %{name}-share-linker
|
|||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: awk
|
BuildRequires: awk
|
||||||
%ifnarch riscv64
|
|
||||||
BuildRequires: binutils-gold
|
|
||||||
%endif
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: bsh2
|
BuildRequires: bsh2
|
||||||
BuildRequires: commons-logging
|
BuildRequires: commons-logging
|
||||||
@ -1123,11 +1120,7 @@ export NOCONFIGURE=yes
|
|||||||
%configure \
|
%configure \
|
||||||
--with-parallelism=%{jobs} \
|
--with-parallelism=%{jobs} \
|
||||||
--enable-eot \
|
--enable-eot \
|
||||||
%ifarch riscv64
|
|
||||||
--enable-ld=bfd \
|
--enable-ld=bfd \
|
||||||
%else
|
|
||||||
--enable-ld=gold \
|
|
||||||
%endif
|
|
||||||
%if %{with lto}
|
%if %{with lto}
|
||||||
--enable-lto \
|
--enable-lto \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user