Accepting request 836075 from graphics

OBS-URL: https://build.opensuse.org/request/show/836075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2020-09-25 14:25:45 +00:00 committed by Git OBS Bridge
commit 47e2a58556
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 22 10:01:30 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build on aarch64 by pre-loading libgomp.so.1 to avoid:
"load error: /usr/lib64/libgomp.so.1: cannot allocate memory
in static TLS block"
-------------------------------------------------------------------
Mon Aug 10 08:09:09 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -155,6 +155,9 @@ input and output.
%autosetup -p1
%build
%ifarch aarch64
export LD_PRELOAD="/usr/lib64/libgomp.so.1"
%endif
%meson \
-Dmrg=disabled \
%if ! %{with luajit}