Revert "Revert "tcl: update to 8.6.6""

with new krb5 also the tcl update works.
This reverts commit 053c554822.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2016-09-26 18:55:51 +02:00
parent b8987235d2
commit de48b89ca1
2 changed files with 548 additions and 128 deletions

File diff suppressed because it is too large Load Diff

10
lfs/tcl
View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# Copyright (C) 2007-2016 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
VER = 8.4.13
VER = 8.6.6
THISAPP = tcl$(VER)
DL_FILE = $(THISAPP)-src.tar.gz
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = c6b655ad5db095ee73227113220c0523
$(DL_FILE)_MD5 = 5193aea8107839a79df8ac709552ecb7
install : $(TARGET)
@@ -84,9 +84,9 @@ endif
cd $(DIR_APP)/unix && make install
ifneq "$(ROOT)" ""
cd $(DIR_APP)/unix && make install-private-headers
ln -sf tclsh8.4 /tools/bin/tclsh
ln -sf tclsh8.6 /tools/bin/tclsh
else
ln -sf tclsh8.4 /usr/bin/tclsh
ln -sf tclsh8.6 /usr/bin/tclsh
endif
@rm -rf $(DIR_APP)
@$(POSTBUILD)