diff options
| author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2026-08-11 17:24:18 +0200 |
|---|---|---|
| committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2026-08-11 17:24:18 +0200 |
| commit | 9437cb8d594a6426212b50bd70e4426ea66f1c47 (patch) | |
| tree | 41411fc487bf102853bee10ccf8e4beb53c73b8a | |
| parent | 945f944e7ea0c731a7d06867db5a9d04b8a75b3d (diff) | |
| -rw-r--r-- | 532/index.md | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/532/index.md b/532/index.md index cae0ef0..d167c61 100644 --- a/532/index.md +++ b/532/index.md @@ -1,7 +1,7 @@ Title: Broken build in GNU Hurd due to pthread Author: Rodrigo Arias Mallo Created: Mon, 10 Aug 2026 21:12:15 +0200 -State: open +State: closed From the Debian hurd-amd64 [build logs][1] we see that we detecting the usage of -pthread: @@ -95,3 +95,26 @@ see that: variable for this purpose. So, we should use `dillo_LDFLAGS`. + +--%-- +From: Rodrigo Arias Mallo +Date: Tue, 11 Aug 2026 17:22:22 +0200 + +Fixed in +<https://git.dillo-browser.org/dillo/commit/?id=3ec23836dfa0e9826fd2d0be7e14ee1f39775f61>. + +Tested in GNU Hurd to build properly after fixing a missing define for +`PATH_MAX`: + + demo@debian:~/dillo/build$ grep pthread config.log + configure:8306: checking whether threads work with -pthread + configure:8331: gcc -o conftest -g -O2 -pthread conftest.c >&5 + LIBPTHREAD_LDFLAGS='-pthread' + + demo@debian:~/dillo/build$ src/dillo -v + Dillo v3.3.0-15-g9964f03b + Libraries: fltk/1.3.11 jpeg/3.1.3 png/1.6.58 webp/1.5.0 zlib/1.3.2 brotli/1.2.0 OpenSSL/3.6.3 + Features: +GIF +JPEG +PNG +SVG +WEBP +BROTLI +XEMBED +TLS +IPV6 +CTL + + demo@debian:~/dillo/build$ uname -a + GNU debian 0.9 GNU-Mach 1.8+git20260805-up-amd64/Hurd-0.9 x86_64 GNU |
