summaryrefslogtreecommitdiffstats
path: root/redhat/applications/settings/tdesudo/tdesudo.spec
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/settings/tdesudo/tdesudo.spec
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/settings/tdesudo/tdesudo.spec')
-rw-r--r--redhat/applications/settings/tdesudo/tdesudo.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/redhat/applications/settings/tdesudo/tdesudo.spec b/redhat/applications/settings/tdesudo/tdesudo.spec
index 357796d8e..78395d8da 100644
--- a/redhat/applications/settings/tdesudo/tdesudo.spec
+++ b/redhat/applications/settings/tdesudo/tdesudo.spec
@@ -123,6 +123,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 \