Differences From Artifact [506d8cb8fc]:
- File tcl/patchscripts/fix-static-pkgs.sh — part of check-in [a8d337ceeb] at 2023-09-08 04:29:55 on branch trunk — Fix issue statically linking packages (user: rkeene, size: 276) [annotate] [blame] [check-ins using]
To Artifact [f3e0ae44c2]:
- File tcl/patchscripts/fix-static-pkgs.sh — part of check-in [97a1e6339f] at 2024-05-21 15:19:45 on branch trunk — Upgrade to Tcl/Tk 8.6.14 (user: schelte, size: 277) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 | - + | #! /usr/bin/env bash for file in pkgs/tdbcodbc*/generic/tdbcodbc.c pkgs/tdbcmysql*/generic/tdbcmysql.c; do if [ ! -f "${file}" ]; then continue fi |