diff --git a/inkscape.changes b/inkscape.changes index 02828bf..b524a99 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 3 09:25:34 UTC 2021 - Yifan Jiang + +- Enable RPATH in cmake (bsc#1193183, bsc#1193261). + ------------------------------------------------------------------- Tue Nov 30 19:02:50 UTC 2021 - Bjørn Lie diff --git a/inkscape.spec b/inkscape.spec index 1811fce..e672202 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -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}