SHA256
1
0
forked from pool/gzdoom

- Disable rpath

OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=79
This commit is contained in:
Jan Engelhardt 2022-07-10 11:41:54 +00:00 committed by Git OBS Bridge
parent 6ae30f0aae
commit c83e46aad7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 10 08:32:53 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Disable rpath
-------------------------------------------------------------------
Tue Jul 5 00:26:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -95,7 +95,7 @@ export CXXFLAGS="$CXXFLAGS -I$PWD/extra_include"
-DINSTALL_DOCS_PATH="%_defaultdocdir/%name" \
-DINSTALL_PK3_PATH="%_datadir/doom" \
-DINSTALL_SOUNDFONT_PATH="%_datadir/doom" \
-DDYN_OPENAL=OFF
-DDYN_OPENAL=OFF -DINSTALL_RPATH:STRING="NO"
%cmake_build
%install