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.)
This commit is contained in:
Joachim Mairböck
2024-11-09 17:19:11 +01:00
parent 5c24d50a23
commit 69c787004e

View File

@@ -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