Accepting request 927007 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/927007 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=446
This commit is contained in:
parent
2be5b78622
commit
fd281e5b17
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 22 12:08:46 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 20 09:29:51 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Sep 20 09:29:51 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -190,7 +190,7 @@ to develop applications that require these.
|
|||||||
-DENABLE_YTNEF=OFF \
|
-DENABLE_YTNEF=OFF \
|
||||||
-DWITH_GLADE_CATALOG=ON \
|
-DWITH_GLADE_CATALOG=ON \
|
||||||
-DENABLE_GTK_DOC=ON \
|
-DENABLE_GTK_DOC=ON \
|
||||||
-DCMAKE_SKIP_RPATH=OFF
|
-DCMAKE_SKIP_INSTALL_RPATH=OFF
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user