Artifact 6456b2e9b092fbb2df6668599ba7f0213ce901aa:
- Executable file lmdb/build.sh — part of check-in [081b7cf929] at 2019-01-18 15:53:25 on branch trunk — Upgraded to Tcl-LMDB 0.4.0, and fix to link statically (user: rkeene, size: 370) [annotate] [blame] [check-ins using]
#! /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 }