mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Augment Libs.private' in
guile-2.0-uninstalled.pc'.
Followup to58f86505d6
("Augment `Libs.private' with for non-GNU platforms."). Reported by Eli Zaretskii <eliz@gnu.org>. * meta/guile-2.0-uninstalled.pc.in (Libs): Add all the optional libraries, as done in commit58f86505d6
.
This commit is contained in:
parent
5270a001ad
commit
7e9a301b7f
1 changed files with 4 additions and 1 deletions
|
@ -5,5 +5,8 @@ Name: GNU Guile (uninstalled)
|
|||
Description: GNU's Ubiquitous Intelligent Language for Extension (uninstalled)
|
||||
Version: @GUILE_VERSION@
|
||||
Libs: -L${builddir}/libguile -lguile-@GUILE_EFFECTIVE_VERSION@ @BDW_GC_LIBS@
|
||||
Libs.private: @LIB_CLOCK_GETTIME@ @LIBGMP@ @LIBLTDL@ @LIBFFI_LIBS@ @GUILE_LIBS@
|
||||
Libs.private: @LIB_CLOCK_GETTIME@ @LIBGMP@ @LIBLTDL@ @LIBFFI_LIBS@ \
|
||||
@LIBUNISTRING@ @GUILE_LIBS@ @LIBICONV@ @LIBINTL@ @LIBSOCKET@ \
|
||||
@SERVENT_LIB@ @HOSTENT_LIB@ @GETADDRINFO_LIB@ @INET_NTOP_LIB@ \
|
||||
@INET_PTON_LIB@
|
||||
Cflags: -I${srcdir} -I${builddir} @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue