diff --git a/evolution-ews.changes b/evolution-ews.changes index 312fc23..2c26309 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 22 12:35:14 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) + ------------------------------------------------------------------- Fri Sep 17 09:31:21 UTC 2021 - Dominique Leuenberger diff --git a/evolution-ews.spec b/evolution-ews.spec index cfc086f..8000c5e 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -69,7 +69,7 @@ using exchange web services protocol. %build %cmake \ - -DCMAKE_SKIP_RPATH=OFF \ + -DCMAKE_SKIP_INSTALL_RPATH=OFF \ -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON %cmake_build