Accepting request 1012060 from Office
OBS-URL: https://build.opensuse.org/request/show/1012060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=98
This commit is contained in:
commit
b8fca1193e
@ -45,6 +45,14 @@ Fri Apr 1 13:43:07 UTC 2022 - Johannes Engel <jcnengel@gmail.com>
|
||||
environment
|
||||
+ Performance and code clarity improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 10:29:17 UTC 2022 - QK ZHU <qkzhu@suse.com>
|
||||
|
||||
- Add -DCMAKE_SKIP_INSTALL_RPATH:BOOL=OFF to spec:
|
||||
cmake in SLE and Leap set this variable to ON by default, hence
|
||||
GnuCash cannot open shared object file, fix by overriding it
|
||||
(bsc#1194378)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 2 16:35:59 UTC 2022 - Johannes Engel <jcnengel@gmail.com>
|
||||
|
||||
|
@ -137,6 +137,7 @@ a personal finance manager.
|
||||
%define _lto_cflags %{nil}
|
||||
%define __builder ninja
|
||||
%cmake \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=OFF \
|
||||
-DCMAKE_SKIP_RPATH=OFF \
|
||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
|
||||
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
|
||||
|
Loading…
Reference in New Issue
Block a user