Patch is applied in 1f100a4f20c3a6e57922fb26fce212997e2a03cb, thanks.
However I cannot build Guile on macos at the moment bc of an error in
lib/basename-lgpl.h, this seems caused by the last gnulib update :-\
> On 2 Sep 2021, at 07:38, Aleix Conchillo Flaqué wrote:
>
> Without this change dy
And there are also more errors, for example in guile-gcrypt:
dyld: lazy symbol binding failed: Symbol not found: __gcry_check_version
Referenced from: /usr/local/lib/libgcrypt.dylib
Expected in: flat namespace
dyld: Symbol not found: __gcry_check_version
Referenced from: /usr/local/lib/libg
Without this change dynamic libraries in macOS are not loaded
properly. This has happened since 3.0.6.
scheme@(guile-user)> %host-type
$1 = "x86_64-apple-darwin20.5.0"
scheme@(guile-user)> (use-modules (git))
While compiling expression:
In procedure git_libgit2_i