Skip to content

Commit

Permalink
gauche: Disable threads
Browse files Browse the repository at this point in the history
with which the following code hangs:

```
(use rfc.uri)
(uri-decode-string "")
```
  • Loading branch information
xtkoba authored and Leonid Pliushch committed Dec 23, 2021
1 parent 4c31e67 commit 508f707
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/gauche/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
"
# 0.9.10 does not support MbedTLS 3.0: remove --with-tls=... when updating
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-tls=axtls"
# As of 0.9.10 some code hangs with threads enabled, e.g.
# ```
# (use rfc.uri)
# (uri-decode-string "")
# ```
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-threads=none"

termux_step_host_build() {
_PREFIX_FOR_BUILD=$TERMUX_PKG_HOSTBUILD_DIR/prefix
Expand Down

0 comments on commit 508f707

Please sign in to comment.