- Explicitely disable rpath to fix Leap builds

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freeglut?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal 2020-03-12 09:39:47 +00:00 committed by Git OBS Bridge
parent 99f9bdda7b
commit 82cb37dbee
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 12 09:39:20 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Explicitely disable rpath to fix Leap builds
-------------------------------------------------------------------
Mon Mar 2 12:40:01 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -112,6 +112,7 @@ joystick functions on a wide range of platforms.
%build
%cmake \
-DCMAKE_SKIP_RPATH=ON \
-DFREEGLUT_BUILD_STATIC_LIBS=OFF
%cmake_build