chiark / gitweb /
common.make: Set default tcl_version to 8.6
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 May 2025 17:11:41 +0000 (18:11 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 May 2025 17:39:23 +0000 (18:39 +0100)
This makes the upstream build system happy on trixie.

(Debian package builds override this in the rules file.)

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
base/common.make

index d914b5144149d0c1c48d75946b67d4a5dfb2f2b7..062e5327a0f7d86abb977abaf60e5d8ef7b27325 100644 (file)
@@ -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