SHA256
1
0
forked from pool/gzdoom

Accepting request 988102 from games

- Disable rpath

OBS-URL: https://build.opensuse.org/request/show/988102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzdoom?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2022-07-10 21:15:35 +00:00 committed by Git OBS Bridge
commit 1c05c75197
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