summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-12-03 18:09:18 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-12-03 18:09:18 +0100
commit3af924cdcfc191bd1cc40952b85cace57378d707 (patch)
tree8256ff2c245c2b4b0d6d9f30ade31fb0623b7998 /ubuntu/maverick/applications
parent389896a879a7ddb66e1d1413314114f53a98b6fd (diff)
downloadtde-packaging-3af924cdcfc191bd1cc40952b85cace57378d707.tar.gz
tde-packaging-3af924cdcfc191bd1cc40952b85cace57378d707.zip
DEB: Enable build kpowersave and tdepowersave with GCC hidden visibility
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/applications')
-rwxr-xr-xubuntu/maverick/applications/kpowersave/debian/rules3
-rwxr-xr-xubuntu/maverick/applications/tdepowersave/debian/rules3
2 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kpowersave/debian/rules b/ubuntu/maverick/applications/kpowersave/debian/rules
index 874540477..0707e138e 100755
--- a/ubuntu/maverick/applications/kpowersave/debian/rules
+++ b/ubuntu/maverick/applications/kpowersave/debian/rules
@@ -26,7 +26,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
- -DBUILD_ALL="ON"
+ -DBUILD_ALL="ON" \
+ -DWITH_GCC_VISIBILITY="ON"
post-patches:: debian/stamp-bootstrap
diff --git a/ubuntu/maverick/applications/tdepowersave/debian/rules b/ubuntu/maverick/applications/tdepowersave/debian/rules
index be5f1575b..5d637ac86 100755
--- a/ubuntu/maverick/applications/tdepowersave/debian/rules
+++ b/ubuntu/maverick/applications/tdepowersave/debian/rules
@@ -26,7 +26,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
- -DBUILD_ALL="ON"
+ -DBUILD_ALL="ON" \
+ -DWITH_GCC_VISIBILITY="ON"
post-patches:: debian/stamp-bootstrap