mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user