mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
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>
30 lines
1.1 KiB
PkgConfig
30 lines
1.1 KiB
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
bindir=@bindir@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
pkgdatadir=@datadir@/guile
|
|
pkgincludedir=@includedir@/guile
|
|
|
|
sitedir=@sitedir@
|
|
extensiondir=@libdir@/guile/@GUILE_EFFECTIVE_VERSION@/extensions
|
|
siteccachedir=@libdir@/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache
|
|
libguileinterface=@LIBGUILE_INTERFACE@
|
|
|
|
# Actual name of the 'guile' and 'guild' programs. This is
|
|
# particularly useful when '--program-transform-name' or similar has
|
|
# been used.
|
|
guild=${bindir}/@guild@
|
|
guile=${bindir}/@guile@
|
|
|
|
Name: GNU Guile
|
|
Description: GNU's Ubiquitous Intelligent Language for Extension
|
|
Version: @GUILE_VERSION@
|
|
Libs: -L${libdir} -lguile-@GUILE_EFFECTIVE_VERSION@ @BDW_GC_LIBS@
|
|
Libs.private: @LIB_CLOCK_GETTIME@ @LIB_GETRANDOM@ @LIBGMP@ @LIBLTDL@ \
|
|
@LIBFFI_LIBS@ @LIBUNISTRING@ @GUILE_LIBS@ @LIBICONV@ @LIBINTL@ \
|
|
@LIBSOCKET@ @SERVENT_LIB@ @HOSTENT_LIB@ @GETADDRINFO_LIB@ \
|
|
@INET_NTOP_LIB@ @INET_PTON_LIB@
|
|
Cflags: -I${pkgincludedir}/@GUILE_EFFECTIVE_VERSION@ @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
|