SHA256
1
0
forked from pool/inkscape

Accepting request 935422 from home:yfjiang:branches:graphics

- Enable RPATH in cmake (bsc#1193183, bsc#1193261).

OBS-URL: https://build.opensuse.org/request/show/935422
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=83
This commit is contained in:
Dirk Stoecker 2021-12-06 13:20:43 +00:00 committed by Git OBS Bridge
parent 598995cde1
commit 23da62e6e9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 3 09:25:34 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
- Enable RPATH in cmake (bsc#1193183, bsc#1193261).
-------------------------------------------------------------------
Tue Nov 30 19:02:50 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -160,6 +160,7 @@ export CXX=g++-10
%cmake \
-GNinja \
-DINKSCAPE_INSTALL_LIBDIR=%{_libdir} \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
-DWITH_MANPAGE_COMPRESSION=OFF \
-DWITH_DBUS=ON \
%{nil}