summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/lenny/tdegames/debian/rules3
-rwxr-xr-xdebian/squeeze/tdegames/debian/rules3
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/lenny/tdegames/debian/rules b/debian/lenny/tdegames/debian/rules
index 211ac46fb..67c88417d 100755
--- a/debian/lenny/tdegames/debian/rules
+++ b/debian/lenny/tdegames/debian/rules
@@ -28,7 +28,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
- -DBUILD_ALL="ON"
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR)
diff --git a/debian/squeeze/tdegames/debian/rules b/debian/squeeze/tdegames/debian/rules
index c49a0c0c4..5ccf864b4 100755
--- a/debian/squeeze/tdegames/debian/rules
+++ b/debian/squeeze/tdegames/debian/rules
@@ -28,7 +28,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
- -DBUILD_ALL="ON"
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR)