Overview
Comment: | Upgraded to Tcl-LMDB 0.4.0, and fix to link statically |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
081b7cf9297e0da485e23b1c1ee2dd72 |
User & Date: | rkeene on 2019-01-18 15:53:25 |
Other Links: | manifest | tags |
Context
2019-01-18
| ||
16:01 | Add a patch for TclUDP, which is needed for Android check-in: bb767f3401 user: rkeene tags: trunk | |
15:53 | Upgraded to Tcl-LMDB 0.4.0, and fix to link statically check-in: 081b7cf929 user: rkeene tags: trunk | |
2018-10-25
| ||
00:14 | Upgrade to tDOM 0.9.1 check-in: cfdca57b2a user: rkeene tags: trunk | |
Changes
Modified lmdb/build.sh from [0eac72fb9e] to [6456b2e9b0].
1 2 3 4 | #! /usr/bin/env bash # BuildCompatible: KitCreator | | > | > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #! /usr/bin/env bash # BuildCompatible: KitCreator version="0.4.0" url="https://github.com/ray2501/tcl-lmdb/archive/${version}.tar.gz" sha256='d19a19376da6716a1ed159a918e631030491f8b6a4ef9e72a4221481b24b2e40' function postinstall() { local name find "${installdir}" -type -f -name '*.a' | while IFS='' read -r name; do echo '-lntdll' > "${name}.linkadd" done } |
Deleted lmdb/patches/lmdb-0.3.6-1fixbytearray.diff version [014616fc0e].
|
| < < < < < < < < < < < < < < |