Commit Graph

14 Commits

Author SHA1 Message Date
Kevin Williams 2e792b8b32 mbdetls: revbump revdeps
Signed-off-by: Kevin Williams <admin@utermux.dev>
2024-04-08 12:52:57 +08:00
Twaik Yont f35025e3ba
chore(main/gauche): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-09 14:47:36 +03:00
Chongyun Lee efc0cc6d82 mbedtls: revdeps revbump 2023-10-07 12:45:54 +08:00
Tee KOBAYASHI 5011bb1f48 mbedtls: Revbump revdeps to rebuild 2023-04-18 08:40:05 +09:00
Tee KOBAYASHI d0b7028174 tree-wide: Cleanup dummy `lib{rt,pthread}` hack
after commit af18f1dac0.

%ci:no-build
2023-02-11 14:54:46 +09:00
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