Overview
| Comment: | Updated SQLite3 description to include R*Tree notice |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
180730d89c9a3344d7525b991657ff3e |
| User & Date: | rkeene on 2011-07-27 14:39:09 |
| Other Links: | manifest | tags |
Context
|
2011-09-05
| ||
| 19:57 | Added Tk 8.4 and Tk 8.5 builds -- Tk 8.4 needs patches still check-in: d99bfde8a7 user: rkeene tags: trunk | |
|
2011-07-27
| ||
| 14:39 | Updated SQLite3 description to include R*Tree notice check-in: 180730d89c user: rkeene tags: trunk | |
| 14:37 | Enabled R*Tree SQLite3 support check-in: 3bff2517a1 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/sqlite3/build.sh from [c427692260] to [6639e4bb8c].
| ︙ | ︙ | |||
43 44 45 46 47 48 49 |
${MAKE:-make} || exit 1
${MAKE:-make} install-binaries PKG_DIR='' || exit 1
rm -f "${PLATDIR}"/*.a
) || exit 1
| | | 43 44 45 46 47 48 49 50 51 52 |
${MAKE:-make} || exit 1
${MAKE:-make} install-binaries PKG_DIR='' || exit 1
rm -f "${PLATDIR}"/*.a
) || exit 1
../create_teapot "${PLATDIR}/teapot.txt" "sqlite3" "${VERS}" "${SRCURL}" "${PLATFORM}" "Tcl 8.4" "SQLite (with FTS3 and R*Tree)"
exit 0
|