diff --git a/evolution.changes b/evolution.changes index 3204fb5..65ce870 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 22 12:08:46 UTC 2021 - Antonio Larrosa + +- Replace CMAKE_SKIP_RPATH=OFF with CMAKE_SKIP_INSTALL_RPATH=OFF + as that should be used with the newest cmake macros (boo#1190880) + ------------------------------------------------------------------- Mon Sep 20 09:29:51 UTC 2021 - Dominique Leuenberger diff --git a/evolution.spec b/evolution.spec index 8e066fa..ee118ec 100644 --- a/evolution.spec +++ b/evolution.spec @@ -190,7 +190,7 @@ to develop applications that require these. -DENABLE_YTNEF=OFF \ -DWITH_GLADE_CATALOG=ON \ -DENABLE_GTK_DOC=ON \ - -DCMAKE_SKIP_RPATH=OFF + -DCMAKE_SKIP_INSTALL_RPATH=OFF %cmake_build %install