]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
tcl: Update to 5.8.10.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Oct 2011 09:16:11 +0000 (11:16 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Oct 2011 09:16:11 +0000 (11:16 +0200)
Fixes #247.

tcl/tcl.nm

index 17815c5e357a043072f20116bdb531993cab7f7e..7b941f2bef0a0ad64a67bd754b0412468d4d1464 100644 (file)
@@ -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