Accepting request 505496 from home:Zaitor:branches:GNOME:Factory

Perhaps we should do it for this package too, to make sure

OBS-URL: https://build.opensuse.org/request/show/505496
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=160
This commit is contained in:
Bjørn Lie 2017-06-21 15:29:53 +00:00 committed by Git OBS Bridge
parent 715da79f92
commit b90a4cfd8c
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Mon Jun 19 13:18:55 UTC 2017 - zaitor@opensuse.org
+ e_ews_connection_try_credentials_sync() asks for password when + e_ews_connection_try_credentials_sync() asks for password when
not needed. not needed.
+ Allow overwrite of CMAKE_SKIP_RPATH variable. + Allow overwrite of CMAKE_SKIP_RPATH variable.
- Pass -DCMAKE_SKIP_RPATH=OFF to configure, needed after upstream
changes.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 10 17:12:19 UTC 2017 - zaitor@opensuse.org Wed May 10 17:12:19 UTC 2017 - zaitor@opensuse.org

View File

@ -74,6 +74,7 @@ translation-update-upstream
# We need to build directly with the 'final rpath': # We need to build directly with the 'final rpath':
# cmake is too stupid to get it right otherwise # cmake is too stupid to get it right otherwise
%cmake \ %cmake \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
make %{?_smp_mflags} make %{?_smp_mflags}