All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cld: included Cflags in pkg-config spec
@ 2009-07-29 20:13 Matthew Farrellee
  2009-07-30  1:21 ` Jeff Garzik
  2009-07-30  1:36 ` Jeff Garzik
  0 siblings, 2 replies; 5+ messages in thread
From: Matthew Farrellee @ 2009-07-29 20:13 UTC (permalink / raw)
  To: hail-devel

pkg-config --cflags for libcldc was not returning flags necessary to
find cldc's headers.

Signed-off-by: Matthew Farrellee <matt@redhat.com>
---
 lib/libcldc.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/libcldc.pc.in b/lib/libcldc.pc.in
index a3e7ff1..d083a4d 100644
--- a/lib/libcldc.pc.in
+++ b/lib/libcldc.pc.in
@@ -10,4 +10,4 @@ Description: libcldc
 Requires: glib-2.0
 Version: @VERSION@
 Libs: -L${libdir} -lcldc
-#Cflags: -I${includedir}/libcldc-2.0
+Cflags: -I${includedir}
-- 
1.6.0.6


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] cld: included Cflags in pkg-config spec
  2009-07-29 20:13 [PATCH] cld: included Cflags in pkg-config spec Matthew Farrellee
@ 2009-07-30  1:21 ` Jeff Garzik
  2009-07-30  1:36 ` Jeff Garzik
  1 sibling, 0 replies; 5+ messages in thread
From: Jeff Garzik @ 2009-07-30  1:21 UTC (permalink / raw)
  To: Matthew Farrellee; +Cc: hail-devel

Matthew Farrellee wrote:
> pkg-config --cflags for libcldc was not returning flags necessary to
> find cldc's headers.
> 
> Signed-off-by: Matthew Farrellee <matt@redhat.com>
> ---
>  lib/libcldc.pc.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/libcldc.pc.in b/lib/libcldc.pc.in
> index a3e7ff1..d083a4d 100644
> --- a/lib/libcldc.pc.in
> +++ b/lib/libcldc.pc.in
> @@ -10,4 +10,4 @@ Description: libcldc
>  Requires: glib-2.0
>  Version: @VERSION@
>  Libs: -L${libdir} -lcldc
> -#Cflags: -I${includedir}/libcldc-2.0
> +Cflags: -I${includedir}

applied


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] cld: included Cflags in pkg-config spec
  2009-07-29 20:13 [PATCH] cld: included Cflags in pkg-config spec Matthew Farrellee
  2009-07-30  1:21 ` Jeff Garzik
@ 2009-07-30  1:36 ` Jeff Garzik
  2009-07-30 14:32   ` [PATCH] chunkd: " Matthew Farrellee
  1 sibling, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2009-07-30  1:36 UTC (permalink / raw)
  To: Matthew Farrellee; +Cc: hail-devel

Matthew Farrellee wrote:
> pkg-config --cflags for libcldc was not returning flags necessary to
> find cldc's headers.
> 
> Signed-off-by: Matthew Farrellee <matt@redhat.com>
> ---
>  lib/libcldc.pc.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/libcldc.pc.in b/lib/libcldc.pc.in
> index a3e7ff1..d083a4d 100644
> --- a/lib/libcldc.pc.in
> +++ b/lib/libcldc.pc.in
> @@ -10,4 +10,4 @@ Description: libcldc
>  Requires: glib-2.0
>  Version: @VERSION@
>  Libs: -L${libdir} -lcldc
> -#Cflags: -I${includedir}/libcldc-2.0
> +Cflags: -I${includedir}

presumably lib/libchunkdc.pc needs this too...


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] chunkd: included Cflags in pkg-config spec
  2009-07-30  1:36 ` Jeff Garzik
@ 2009-07-30 14:32   ` Matthew Farrellee
  2009-07-30 20:37     ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Farrellee @ 2009-07-30 14:32 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: hail-devel

pkg-config --cflags for was not returning flags necessary to find
chunkd's headers

Signed-off-by: Matthew Farrellee <matt@redhat.com>
---
 lib/libchunkdc.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/libchunkdc.pc.in b/lib/libchunkdc.pc.in
index e89a87c..83747a4 100644
--- a/lib/libchunkdc.pc.in
+++ b/lib/libchunkdc.pc.in
@@ -10,4 +10,4 @@ Description: libchunkdc
 Requires: glib-2.0, libssl, libxml-2.0
 Version: @VERSION@
 Libs: -L${libdir} -lchunkdc
-#Cflags: -I${includedir}/libchunkdc-2.0
+Cflags: -I${includedir}/
-- 
1.6.0.6


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] chunkd: included Cflags in pkg-config spec
  2009-07-30 14:32   ` [PATCH] chunkd: " Matthew Farrellee
@ 2009-07-30 20:37     ` Jeff Garzik
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Garzik @ 2009-07-30 20:37 UTC (permalink / raw)
  To: Matthew Farrellee; +Cc: hail-devel

Matthew Farrellee wrote:
> pkg-config --cflags for was not returning flags necessary to find
> chunkd's headers
> 
> Signed-off-by: Matthew Farrellee <matt@redhat.com>
> ---
>  lib/libchunkdc.pc.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/libchunkdc.pc.in b/lib/libchunkdc.pc.in
> index e89a87c..83747a4 100644
> --- a/lib/libchunkdc.pc.in
> +++ b/lib/libchunkdc.pc.in
> @@ -10,4 +10,4 @@ Description: libchunkdc
>  Requires: glib-2.0, libssl, libxml-2.0
>  Version: @VERSION@
>  Libs: -L${libdir} -lchunkdc
> -#Cflags: -I${includedir}/libchunkdc-2.0
> +Cflags: -I${includedir}/


applied


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-30 20:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 20:13 [PATCH] cld: included Cflags in pkg-config spec Matthew Farrellee
2009-07-30  1:21 ` Jeff Garzik
2009-07-30  1:36 ` Jeff Garzik
2009-07-30 14:32   ` [PATCH] chunkd: " Matthew Farrellee
2009-07-30 20:37     ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.