From 69c787004e710bdd7cf27f1887f3fcd74488f0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Sat, 9 Nov 2024 17:19:11 +0100 Subject: [PATCH] guile: try to fix the build on 32 bit Force a configure test about malloc to succeed to avoid linking errors about rpl_malloc etc. (On 64 bit systems, the check succeeds anyway.) --- dev-scheme/guile/guile-3.0.10.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-scheme/guile/guile-3.0.10.recipe b/dev-scheme/guile/guile-3.0.10.recipe index 720d7345d..3fca705f8 100644 --- a/dev-scheme/guile/guile-3.0.10.recipe +++ b/dev-scheme/guile/guile-3.0.10.recipe @@ -109,7 +109,8 @@ BUILD() --bindir=$commandBinDir \ --with-threads \ --with-included-regex \ - --disable-static + --disable-static \ + gl_cv_malloc_ptrdiff=yes # No MADV_DONTNEED, yet sed --in-place '/HAVE_SYS_MMAN_H/d' config.h