summaryrefslogtreecommitdiffstats
path: root/redhat/applications/games
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2023-04-11 17:15:36 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2023-04-11 17:15:36 +0200
commitc58c672b5a1d7cbd8f0294cd9251d754cb44db26 (patch)
tree0853e2da7f98a080eecf15fef328ed0ec8281445 /redhat/applications/games
parent3b5e60e05933b09973b2a12c23c055c9c77b6e2c (diff)
downloadtde-packaging-c58c672b5a1d7cbd8f0294cd9251d754cb44db26.tar.gz
tde-packaging-c58c672b5a1d7cbd8f0294cd9251d754cb44db26.zip
RPM: add CMAKE_SKIP_INSTALL_RPATH=OFF option to all cmake packages
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/games')
-rw-r--r--redhat/applications/games/knights/knights.spec1
-rw-r--r--redhat/applications/games/tdepacman/tdepacman.spec1
2 files changed, 2 insertions, 0 deletions
diff --git a/redhat/applications/games/knights/knights.spec b/redhat/applications/games/knights/knights.spec
index d3471178a..027d087be 100644
--- a/redhat/applications/games/knights/knights.spec
+++ b/redhat/applications/games/knights/knights.spec
@@ -131,6 +131,7 @@ fi
-DCMAKE_C_FLAGS="${RPM_OPT_FLAGS}" \
-DCMAKE_CXX_FLAGS="${RPM_OPT_FLAGS}" \
-DCMAKE_SKIP_RPATH=OFF \
+ -DCMAKE_SKIP_INSTALL_RPATH=OFF \
-DCMAKE_INSTALL_RPATH="%{tde_libdir}" \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DWITH_GCC_VISIBILITY=OFF \
diff --git a/redhat/applications/games/tdepacman/tdepacman.spec b/redhat/applications/games/tdepacman/tdepacman.spec
index c2a5bbc31..348b72e65 100644
--- a/redhat/applications/games/tdepacman/tdepacman.spec
+++ b/redhat/applications/games/tdepacman/tdepacman.spec
@@ -103,6 +103,7 @@ fi
-DCMAKE_C_FLAGS="${RPM_OPT_FLAGS}" \
-DCMAKE_CXX_FLAGS="${RPM_OPT_FLAGS}" \
-DCMAKE_SKIP_RPATH=OFF \
+ -DCMAKE_SKIP_INSTALL_RPATH=OFF \
-DCMAKE_INSTALL_RPATH="%{tde_libdir}" \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DWITH_GCC_VISIBILITY=OFF \