Overview
Comment: | Upgrade to Nano 1.2 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
888ee5cc7aee9b010a626b25c50587b6 |
User & Date: | rkeene on 2019-01-18 20:05:12 |
Other Links: | manifest | tags |
Context
2019-01-22
| ||
22:52 | Slightly better handling of linkadd, may need to make this more generic in the future check-in: 73ac42ec6a user: rkeene tags: trunk | |
2019-01-18
| ||
20:05 | Upgrade to Nano 1.2 check-in: 888ee5cc7a user: rkeene tags: trunk | |
16:01 | Add a patch for TclUDP, which is needed for Android check-in: bb767f3401 user: rkeene tags: trunk | |
Changes
Modified nano/build.sh from [e42bedc643] to [c062da7de3].
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="1.2" url="https://chiselapp.com/user/rkeene/repository/tcl-nano/uv/releases/tcl-nano-${version}.tar.gz" sha256='84465093c491ab8ae7cf3db2c330e010691ac558ab830f096ca8cb7fe0222338' configure_extra=(--enable-stubs) function preconfigure() { sed -i 's@stack-protector-all@donot-stack-protector-all@g' configure } function postinstall() { |
︙ | ︙ |