mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Add BDW_GC_CFLAGS' to the
.pc' files.
This is needed because <gc/gc.h> is included in public headers (via <libguile/boehm-gc.h>. * meta/guile-2.0-uninstalled.pc.in (Cflags): Add `@BDW_GC_CFLAGS'. * meta/guile-2.0.pc.in (Cflags): Likewise.
This commit is contained in:
parent
760fb97d1f
commit
d6097d1d63
2 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@ Name: GNU Guile (uninstalled)
|
|||
Description: GNU's Ubiquitous Intelligent Language for Extension (uninstalled)
|
||||
Version: @GUILE_VERSION@
|
||||
Libs: -L${builddir}/libguile -lguile @GUILE_LIBS@
|
||||
Cflags: -I${srcdir} -I${builddir} @GUILE_CFLAGS@
|
||||
Cflags: -I${srcdir} -I${builddir} @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
|
||||
|
|
|
@ -13,4 +13,4 @@ Name: GNU Guile
|
|||
Description: GNU's Ubiquitous Intelligent Language for Extension
|
||||
Version: @GUILE_VERSION@
|
||||
Libs: -L${libdir} -lguile @GUILE_LIBS@
|
||||
Cflags: -I${includedir} @GUILE_CFLAGS@
|
||||
Cflags: -I${includedir} @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue