[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pkg-config issue with g-wrap-1.9.11
From: |
gregory benison |
Subject: |
pkg-config issue with g-wrap-1.9.11 |
Date: |
Mon, 21 Apr 2008 22:06:47 -0700 |
When I installed g-wrap-1.9.11, a non-substituted autoconf variable
found its way into the installed .pc file, which then caused dependant
packages to fail to build:
bash-3.00# pkg-config --cflags g-wrap-2.0-guile
-std=gnu99 -pthread @LIBFFI_CFLAGS_INSTALLED@
This variable seems no longer needed since 1.9.10- the patch below fixed it-
--- g-wrap-1.9.11.orig/guile/g-wrap-2.0-guile.pc.in 2008-04-22
04:52:08.000000000 +0000
+++ g-wrap-1.9.11/guile/g-wrap-2.0-guile.pc.in 2008-04-22
04:52:40.000000000 +0000
@@ -11,5 +11,5 @@
Name: G-Wrap
Description: A Guile wrapper generator
Version: @VERSION@
-Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime
@GUILE_LDFLAGS@ @LIBFFI_LIBS_INSTALLED@
-Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@
+Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime
@GUILE_LDFLAGS@ @LIBFFI_LIBS@
+Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS@
--
======================
Gregory Benison
Oregon State University
(541)-737-1876
gbenison at gmail dot com
======================
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- pkg-config issue with g-wrap-1.9.11,
gregory benison <=