From ef27f0a103736cd0764bfb93f1a5c6e606c345d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 13 Mar 2016 01:32:48 +0100 Subject: Remove unused build option BUILD_ALL in k3b on Debian and Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- debian/lenny/applications/k3b/debian/rules | 1 - debian/squeeze/applications/k3b/debian/rules | 1 - 2 files changed, 2 deletions(-) (limited to 'debian') diff --git a/debian/lenny/applications/k3b/debian/rules b/debian/lenny/applications/k3b/debian/rules index 63e88d5d1..838c83646 100755 --- a/debian/lenny/applications/k3b/debian/rules +++ b/debian/lenny/applications/k3b/debian/rules @@ -22,7 +22,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_VERBOSE_MAKEFILE="ON" \ -DCMAKE_SKIP_RPATH="OFF" \ - -DBUILD_ALL="ON" \ -DWITH_ALL_OPTIONS="ON" DEB_INSTALL_MANPAGES_k3b = debian/k3b.1 diff --git a/debian/squeeze/applications/k3b/debian/rules b/debian/squeeze/applications/k3b/debian/rules index 8dbc7d2d9..bcd6107c9 100755 --- a/debian/squeeze/applications/k3b/debian/rules +++ b/debian/squeeze/applications/k3b/debian/rules @@ -22,7 +22,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_VERBOSE_MAKEFILE="ON" \ -DCMAKE_SKIP_RPATH="OFF" \ - -DBUILD_ALL="ON" \ -DWITH_ALL_OPTIONS="ON" DEB_INSTALL_MANPAGES_k3b = debian/k3b.1 -- cgit v1.2.3