[tracker/tracker-0.16] configure.ac: Honour LIBICU flags when building libtracker-extract
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.16] configure.ac: Honour LIBICU flags when building libtracker-extract
- Date: Fri, 1 Nov 2013 15:30:46 +0000 (UTC)
commit 6a9bdcef698188e8db835779e5b809b968ec1c42
Author: Sam Thursfield <sam thursfield codethink co uk>
Date: Thu Oct 10 20:20:42 2013 +0100
configure.ac: Honour LIBICU flags when building libtracker-extract
We were ignoring these, which lead to build failures when using a
non-system version of libicu.
configure.ac | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 620aba3..9b95078 100644
--- a/configure.ac
+++ b/configure.ac
@@ -922,6 +922,10 @@ LIBTRACKER_FTS_LIBS="$LIBTRACKER_FTS_LIBS $UNICODE_SUPPORT_LIBS"
LIBTRACKER_DATA_CFLAGS="$LIBTRACKER_DATA_CFLAGS $UNICODE_SUPPORT_CFLAGS"
LIBTRACKER_DATA_LIBS="$LIBTRACKER_DATA_LIBS $UNICODE_SUPPORT_LIBS"
+# Add to libtracker-extract
+LIBTRACKER_EXTRACT_CFLAGS="$LIBTRACKER_EXTRACT_CFLAGS $UNICODE_SUPPORT_CFLAGS"
+LIBTRACKER_EXTRACT_LIBS="$LIBTRACKER_EXTRACT_LIBS $UNICODE_SUPPORT_LIBS"
+
AM_CONDITIONAL(BUILD_LIBUNISTRING_PARSER, test "x$with_unicode_support" = "xlibunistring")
AM_CONDITIONAL(BUILD_LIBICU_PARSER, test "x$with_unicode_support" = "xlibicu")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]