Accepting request 1012059 from home:j-engel:banking

Re-integrate fix for bnc#1194378 which got lost underway.

OBS-URL: https://build.opensuse.org/request/show/1012059
OBS-URL: https://build.opensuse.org/package/show/Office/gnucash?expand=0&rev=23
This commit is contained in:
Johannes Engel 2022-10-17 11:00:11 +00:00 committed by Git OBS Bridge
parent 27a8433227
commit a2706bc4ba
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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} \