summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdebase/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/squeeze/tdebase/debian/rules')
-rwxr-xr-xdebian/squeeze/tdebase/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/squeeze/tdebase/debian/rules b/debian/squeeze/tdebase/debian/rules
index b4c776dd7..aefa07e77 100755
--- a/debian/squeeze/tdebase/debian/rules
+++ b/debian/squeeze/tdebase/debian/rules
@@ -63,7 +63,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_UPOWER="ON" \
-DWITH_LIBART="ON" \
-DWITH_LIBCONFIG="ON" \
- -DWITH_PCRE="ON"
+ -DWITH_PCRE="ON" \
+ -DWITH_KRB5="ON"
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
# never build in parallel, regardless of DEB_BUILD_OPTIONS.