Accepting request 927008 from home:alarrosa:branches:GNOME:Factory
- Replace CMAKE_SKIP_RPATH=OFF with CMAKE_SKIP_INSTALL_RPATH=OFF as that should be used with the newest cmake macros (boo#1190880) OBS-URL: https://build.opensuse.org/request/show/927008 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=253
This commit is contained in:
parent
77fe2355c2
commit
0c55aeaff2
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 22 12:35:14 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
Fri Sep 17 09:31:21 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ using exchange web services protocol.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
-DCMAKE_SKIP_RPATH=OFF \
|
-DCMAKE_SKIP_INSTALL_RPATH=OFF \
|
||||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
|
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user