summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/tdepowersave/debian/rules
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:33 +0100
commit96718e2329c6e02cd97278b202922f96addb9daf (patch)
tree40921182cf3886c4f4ecd3fb2f8ef878ec59d420 /ubuntu/maverick/applications/tdepowersave/debian/rules
parentdd113b54aea209c3ac9c21b899745d455ad4cb1d (diff)
downloadtde-packaging-96718e2329c6e02cd97278b202922f96addb9daf.tar.gz
tde-packaging-96718e2329c6e02cd97278b202922f96addb9daf.zip
DEB: Enable build kpowersave and tdepowersave with GCC hidden visibility
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3af924cdcfc191bd1cc40952b85cace57378d707)
Diffstat (limited to 'ubuntu/maverick/applications/tdepowersave/debian/rules')
-rwxr-xr-xubuntu/maverick/applications/tdepowersave/debian/rules3
1 files changed, 2 insertions, 1 deletions
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