All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix TRACKER_LIBS value in configure.ac
@ 2011-05-19  9:10 Radoslaw Jablonski
  2011-05-19 13:57 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Radoslaw Jablonski @ 2011-05-19  9:10 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Radoslaw Jablonski

This fixes problem with building obexd introduced by commit
6134dcbbb5acfa1b567aebb798597e9f96cf47ce (Add support for tracker-0.10)
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6ca54ed..611c80b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,7 +151,7 @@ fi
 if (test "${phonebook_driver}" = "tracker"); then
 	PKG_CHECK_MODULES(TRACKER_09, tracker-sparql-0.9, [
 			TRACKER_CFLAGS=${TRACKER_09_CFLAGS}
-			TRACKER_LIBS=${TRACKER_09_CFLAGS}
+			TRACKER_LIBS=${TRACKER_09_LIBS}
 		], [
 			PKG_CHECK_MODULES(TRACKER_10, tracker-sparql-0.10, [
 					TRACKER_CFLAGS=${TRACKER_10_CFLAGS}
-- 
1.7.0.4


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

* Re: [PATCH] Fix TRACKER_LIBS value in configure.ac
  2011-05-19  9:10 [PATCH] Fix TRACKER_LIBS value in configure.ac Radoslaw Jablonski
@ 2011-05-19 13:57 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2011-05-19 13:57 UTC (permalink / raw)
  To: Radoslaw Jablonski; +Cc: linux-bluetooth

Hi Radek,

On Thu, May 19, 2011, Radoslaw Jablonski wrote:
> This fixes problem with building obexd introduced by commit
> 6134dcbbb5acfa1b567aebb798597e9f96cf47ce (Add support for tracker-0.10)
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks! The patch has been pushed upstream.

Johan

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

end of thread, other threads:[~2011-05-19 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-19  9:10 [PATCH] Fix TRACKER_LIBS value in configure.ac Radoslaw Jablonski
2011-05-19 13:57 ` Johan Hedberg

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.