From: Ian Jackson Date: Sat, 24 May 2025 17:11:41 +0000 (+0100) Subject: common.make: Set default tcl_version to 8.6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=da7920e2ff79dbc44624494b3928e1bedc3c11be;p=chiark-tcl.git 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 --- 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