SHA256
1
0
forked from pool/hugin

Accepting request 972541 from graphics

- Also set CMAKE_SKIP_INSTALL_RPATH=OFF (boo#1198785) (forwarded request 972527 from favogt)

OBS-URL: https://build.opensuse.org/request/show/972541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=72
This commit is contained in:
Dominique Leuenberger 2022-04-25 21:35:38 +00:00 committed by Git OBS Bridge
commit 5ff2f1e40d
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}