1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Add LIB_GETRANDOM to Libs.private in .pc files

The omission was discovered while cross-compiling LilyPond with mingw
11.0.1: without this addition, linking with libguile causes the error

  undefined reference to `BCryptGenRandom'

* meta/Makefile.am (dependency_substitutions): Add ‘LIB_GETRANDOM’.
* meta/guile-3.0-uninstalled.pc.in (Libs.private): Likewise.
* meta/guile-3.0.pc.in (Libs.private): Likewise.
* NEWS: Update.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Werner Lemberg 2025-01-17 11:10:26 +01:00 committed by Ludovic Courtès
parent b3a4dea943
commit 25c9440e4d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 11 additions and 8 deletions

2
NEWS
View file

@ -76,6 +76,8 @@ every line in a file.
previously Guile would pass through the related exception. Now it
prints the file descriptor instead (as it does when `ttyname` isn't
available or the port isn't a tty).
** Fix build error when cross-compiling to MinGW
(<https://bugs.gnu.org/75642>)
Changes in 3.0.10 (since 3.0.9)