mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Revert "tcl: update to 8.6.6"
breaks kerberos (krb5) build.
This reverts commit 282dfe0bb9.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
10
lfs/tcl
10
lfs/tcl
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2016 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# #
|
||||
# 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.6.6
|
||||
VER = 8.4.13
|
||||
|
||||
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 = 5193aea8107839a79df8ac709552ecb7
|
||||
$(DL_FILE)_MD5 = c6b655ad5db095ee73227113220c0523
|
||||
|
||||
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.6 /tools/bin/tclsh
|
||||
ln -sf tclsh8.4 /tools/bin/tclsh
|
||||
else
|
||||
ln -sf tclsh8.6 /usr/bin/tclsh
|
||||
ln -sf tclsh8.4 /usr/bin/tclsh
|
||||
endif
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user