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:
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

@@ -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