From 944830556d4cf366e7be3bef81622204013c0bc6 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Thu, 24 Sep 2026 18:05:34 +0900
Subject: DEB tdebase: enable htdig new option.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 debian/_base/core/tdebase/debian/rules | 3 ++-
 dilos/core/tdebase/debian/rules        | 1 +
 ubuntu/_base/core/tdebase/debian/rules | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/_base/core/tdebase/debian/rules b/debian/_base/core/tdebase/debian/rules
index a588088cd..7abb331fa 100755
--- a/debian/_base/core/tdebase/debian/rules
+++ b/debian/_base/core/tdebase/debian/rules
@@ -64,7 +64,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
  -DWITH_LIBART="ON" \
  -DWITH_LIBCONFIG="ON" \
  -DWITH_PCRE2="ON" \
- -DWITH_KRB5="ON"
+ -DWITH_KRB5="ON" \
+ -DWITH_HTDIG="ON"
 
 DEB_FIXPERMS_EXCLUDE := \
 	opt/trinity/bin/kcheckpass    \
diff --git a/dilos/core/tdebase/debian/rules b/dilos/core/tdebase/debian/rules
index 59b703f85..626d37cb8 100755
--- a/dilos/core/tdebase/debian/rules
+++ b/dilos/core/tdebase/debian/rules
@@ -64,6 +64,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
  -DWITH_LIBCONFIG="ON" \
  -DWITH_PCRE2="ON" \
  -DWITH_KRB5="ON" \
+ -DWITH_HTDIG="ON" \
  -DCMAKE_C_COMPILER=gcc \
  -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
 
diff --git a/ubuntu/_base/core/tdebase/debian/rules b/ubuntu/_base/core/tdebase/debian/rules
index 677ef4dff..8bde92222 100755
--- a/ubuntu/_base/core/tdebase/debian/rules
+++ b/ubuntu/_base/core/tdebase/debian/rules
@@ -64,7 +64,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
  -DWITH_LIBART="ON" \
  -DWITH_LIBCONFIG="ON" \
  -DWITH_PCRE2="ON" \
- -DWITH_KRB5="ON"
+ -DWITH_KRB5="ON" \
+ -DWITH_HTDIG="ON"
 
 DEB_FIXPERMS_EXCLUDE := \
 	opt/trinity/bin/kcheckpass    \
-- 
cgit v1.2.3

