Commit Graph

9 Commits

Author SHA1 Message Date
Tee KOBAYASHI dfcc1caef8 mbedtls: Bump to 3.3.0 2022-12-15 01:34:25 +00:00
Tee KOBAYASHI 88473f4d57 gauche: Bump to 0.9.12 2022-09-20 14:17:02 +09:00
agnostic-apollo f743005751 fix(build-package.sh): Localize and do not use variables defined in `termux_step_host_build` in other functions
The `termux_step_host_build` runs only the first time package is built for its specific version, based on `TERMUX_HOSTBUILD_MARKER` in `termux_step_handle_hostbuild`. If `build-package.sh` is run twice, then second time, variables defined in `termux_step_host_build` won't be set in later functions since its not called, like `_PREFIX_FOR_BUILD` in `aapt/build.sh` would be unset inside `termux_step_pre_configure`, resulting in unbound variable error.

Even `termux_step_pre_configure` may not always run, depending on `$TERMUX_CONTINUE_BUILD`, so build scripts should not share variables between functions and redefine them again where necessary.

Also `_PREFIX_FOR_BUILD` should use a standard path `$TERMUX_PKG_HOSTBUILD_DIR/prefix` and not others like `$TERMUX_PKG_HOSTBUILD_DIR/_prefix`. Some build scripts use `$TERMUX_PKG_HOSTBUILD_DIR/src` for other stuff, so best use `prefix` sub directory.
2022-07-28 15:27:20 +05:00
Tee KOBAYASHI 3636e9fb9c gauche: Fix assertion failure on arm
Effectively reverts commit 3aca178a07.
2021-12-30 08:38:48 +02:00
Tee KOBAYASHI 3aca178a07
gauche: Disable arm build 2021-12-25 20:41:45 +01:00
Tee KOBAYASHI 332d24ba2b
gauche: Update to 0.9.11 2021-12-25 20:41:41 +01:00
Tee KOBAYASHI 294260fc2f
gauche: Do not define `AO_USE_PTHREAD_DEFS` for ARMv7 2021-12-25 20:41:37 +01:00
Tee KOBAYASHI 508f707116 gauche: Disable threads
with which the following code hangs:

```
(use rfc.uri)
(uri-decode-string "")
```
2021-12-23 15:52:50 +02:00
Tee KOBAYASHI 4c31e6792b new package: gauche 2021-12-23 15:52:50 +02:00