diff options
Diffstat (limited to 'debian/lenny/applications/tdepowersave')
-rwxr-xr-x | debian/lenny/applications/tdepowersave/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
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 |