From: Michael Tremer Date: Sun, 16 Oct 2011 09:16:11 +0000 (+0200) Subject: tcl: Update to 5.8.10. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d141814841b9798b2ea0be9c4be57073136c6273;p=ipfire-3.x.git tcl: Update to 5.8.10. Fixes #247. --- diff --git a/tcl/tcl.nm b/tcl/tcl.nm index 17815c5e3..7b941f2be 100644 --- a/tcl/tcl.nm +++ b/tcl/tcl.nm @@ -4,7 +4,7 @@ ############################################################################### name = tcl -version = 8.5.8 +version = 8.5.10 release = 1 groups = Development/Languages @@ -21,16 +21,15 @@ end source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp} sources = tcl%{version}-src.tar.gz -CFLAGS += -DTCL_NO_STACK_CHECK=1 - build requires + perl>=5.14.2-9.ip3 autoconf automake end - DIR_APP = %{DIR_SRC}/tcl%{version}/unix + CFLAGS += -DTCL_NO_STACK_CHECK=1 configure_options +=\ --enable-shared @@ -56,5 +55,4 @@ end packages package %{name} - end end