Check-in [05b1c2cb3a]
Overview
Comment:Updated to latest version of tcc4tcl
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 05b1c2cb3a13a677fa5bea7bbb67407498c314de
User & Date: rkeene on 2016-12-09 15:00:37
Other Links: manifest | tags
Context
2016-12-13
19:32
Updated to latest version of TclTLS and update common build system to deal with more diverse Tcl configure scripts check-in: 641eee5dc4 user: rkeene tags: trunk
2016-12-09
15:00
Updated to latest version of tcc4tcl check-in: 05b1c2cb3a user: rkeene tags: trunk
04:18
Updated to support partial decryption of data check-in: a400fc4409 user: rkeene tags: trunk
Changes

Modified tcc4tcl/build.sh from [a69ae0135f] to [fabf93d83d].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env bash

# BuildCompatible: KitCreator

version="0.26"
url="http://rkeene.org/devel/tcc4tcl/tcc4tcl-${version}.tar.gz"
sha256='8116d2ab94cc611c4e0be81e34bd8cc11a6f3e1fd49d02d7e894bbadcfffde0b'

function preconfigure() {
	if echo " ${CONFIGUREEXTRA} " | grep ' --disable-load ' >/dev/null; then
		configure_extra=("--with-dlopen")
	else
		configure_extra=("--without-dlopen")
	fi




|

|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env bash

# BuildCompatible: KitCreator

version="0.28"
url="http://rkeene.org/devel/tcc4tcl/tcc4tcl-${version}.tar.gz"
sha256='7062bd924b91d2ce8efc5d1983f8bd900514b7a674c9b567f564ee977ef3512e'

function preconfigure() {
	if echo " ${CONFIGUREEXTRA} " | grep ' --disable-load ' >/dev/null; then
		configure_extra=("--with-dlopen")
	else
		configure_extra=("--without-dlopen")
	fi