From da7920e2ff79dbc44624494b3928e1bedc3c11be Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 24 May 2025 18:11:41 +0100 Subject: [PATCH] common.make: Set default tcl_version to 8.6 This makes the upstream build system happy on trixie. (Debian package builds override this in the rules file.) Signed-off-by: Ian Jackson --- base/common.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/common.make b/base/common.make index d914b51..062e532 100644 --- a/base/common.make +++ b/base/common.make @@ -17,7 +17,7 @@ VERSION ?= 1 FAMILY ?= chiark_tcl -TCL_VERSION ?= 8.5 +TCL_VERSION ?= 8.6 TCL_INCLUDEDIR ?= /usr/include/tcl$(TCL_VERSION) OPTIMISE ?= -O2 -- 2.30.2