mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
Add -lgc' to
Libs' in `guile-2.0.pc'.
This accounts for the fact that some public Guile macros and inline functions use libgc functions. * meta/guile-2.0.pc.in (Libs.private): Move @BDW_GC_LIBS@ to... (Libs): ... here. Reported by Hans Aberg <haberg-1@telia.com>. * meta/guile-2.0-uninstalled.pc.in: Likewise.
This commit is contained in:
parent
043bca0326
commit
0bc2452b55
2 changed files with 4 additions and 4 deletions
|
@ -4,6 +4,6 @@ srcdir=@abs_top_srcdir@
|
||||||
Name: GNU Guile (uninstalled)
|
Name: GNU Guile (uninstalled)
|
||||||
Description: GNU's Ubiquitous Intelligent Language for Extension (uninstalled)
|
Description: GNU's Ubiquitous Intelligent Language for Extension (uninstalled)
|
||||||
Version: @GUILE_VERSION@
|
Version: @GUILE_VERSION@
|
||||||
Libs: -L${builddir}/libguile -lguile-@GUILE_EFFECTIVE_VERSION@
|
Libs: -L${builddir}/libguile -lguile-@GUILE_EFFECTIVE_VERSION@ @BDW_GC_LIBS@
|
||||||
Libs.private: @LIBGMP@ @LIBLTDL@ @BDW_GC_LIBS@ @LIBFFI_LIBS@ @GUILE_LIBS@
|
Libs.private: @LIBGMP@ @LIBLTDL@ @LIBFFI_LIBS@ @GUILE_LIBS@
|
||||||
Cflags: -I${srcdir} -I${builddir} @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
|
Cflags: -I${srcdir} -I${builddir} @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
|
||||||
|
|
|
@ -14,6 +14,6 @@ libguileinterface=@LIBGUILE_INTERFACE@
|
||||||
Name: GNU Guile
|
Name: GNU Guile
|
||||||
Description: GNU's Ubiquitous Intelligent Language for Extension
|
Description: GNU's Ubiquitous Intelligent Language for Extension
|
||||||
Version: @GUILE_VERSION@
|
Version: @GUILE_VERSION@
|
||||||
Libs: -L${libdir} -lguile-@GUILE_EFFECTIVE_VERSION@
|
Libs: -L${libdir} -lguile-@GUILE_EFFECTIVE_VERSION@ @BDW_GC_LIBS@
|
||||||
Libs.private: @LIBGMP@ @LIBLTDL@ @BDW_GC_LIBS@ @LIBFFI_LIBS@ @GUILE_LIBS@
|
Libs.private: @LIBGMP@ @LIBLTDL@ @LIBFFI_LIBS@ @GUILE_LIBS@
|
||||||
Cflags: -I${pkgincludedir}/@GUILE_EFFECTIVE_VERSION@ @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
|
Cflags: -I${pkgincludedir}/@GUILE_EFFECTIVE_VERSION@ @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue