From 96718e2329c6e02cd97278b202922f96addb9daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 3 Dec 2016 18:09:18 +0100 Subject: [PATCH] DEB: Enable build kpowersave and tdepowersave with GCC hidden visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 3af924cdcfc191bd1cc40952b85cace57378d707) --- debian/lenny/applications/kpowersave/debian/rules | 3 ++- debian/lenny/applications/tdepowersave/debian/rules | 3 ++- debian/squeeze/applications/kpowersave/debian/rules | 3 ++- debian/squeeze/applications/tdepowersave/debian/rules | 3 ++- ubuntu/maverick/applications/kpowersave/debian/rules | 3 ++- ubuntu/maverick/applications/tdepowersave/debian/rules | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/lenny/applications/kpowersave/debian/rules b/debian/lenny/applications/kpowersave/debian/rules index 44d9f566e..498e2a6f3 100755 --- a/debian/lenny/applications/kpowersave/debian/rules +++ b/debian/lenny/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/debian/lenny/applications/tdepowersave/debian/rules b/debian/lenny/applications/tdepowersave/debian/rules index c782155c8..f9c3851be 100755 --- a/debian/lenny/applications/tdepowersave/debian/rules +++ b/debian/lenny/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 diff --git a/debian/squeeze/applications/kpowersave/debian/rules b/debian/squeeze/applications/kpowersave/debian/rules index 874540477..0707e138e 100755 --- a/debian/squeeze/applications/kpowersave/debian/rules +++ b/debian/squeeze/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/debian/squeeze/applications/tdepowersave/debian/rules b/debian/squeeze/applications/tdepowersave/debian/rules index be5f1575b..5d637ac86 100755 --- a/debian/squeeze/applications/tdepowersave/debian/rules +++ b/debian/squeeze/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 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