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: |
05b1c2cb3a13a677fa5bea7bbb674074 |
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 | #! /usr/bin/env bash # BuildCompatible: KitCreator | | | | 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 |
︙ | ︙ |