SHA256
1
0
forked from pool/hugin

Accepting request 972527 from home:favogt:boo1198785

- Also set CMAKE_SKIP_INSTALL_RPATH=OFF (boo#1198785)

OBS-URL: https://build.opensuse.org/request/show/972527
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=111
This commit is contained in:
Petr Gajdos 2022-04-25 09:14:34 +00:00 committed by Git OBS Bridge
parent caed062a07
commit d9361ac448
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 25 07:49:55 UTC 2022 - Fabian Vogt <fvogt@suse.com>
- Also set CMAKE_SKIP_INSTALL_RPATH=OFF (boo#1198785)
-------------------------------------------------------------------
Fri Jan 28 14:27:10 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -99,6 +99,7 @@ rm CMakeModules/FindZLIB.cmake
-DENABLE_LAPACK=%{?with_lapack:ON}%{!?with_lapack:OFF} \
-DBUILD_HSI=%{?with_hsi:ON}%{!?with_hsi:OFF} \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=OFF \
-DBUILD_WITH_EGL:BOOL=%{?with_egl:ON}%{!?with_egl:OFF} \
-DUSE_GDKBACKEND_X11:BOOL=%{?with_egl:OFF}%{!?with_egl:ON}