[evolution-data-server] Bug #719382 - Build break, missing NSPR CFLAGS/LIBS in Camel
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug #719382 - Build break, missing NSPR CFLAGS/LIBS in Camel
- Date: Thu, 28 Nov 2013 08:27:53 +0000 (UTC)
commit 55c63585f197e7cb6c0f84194747168a548015db
Author: Milan Crha <mcrha redhat com>
Date: Thu Nov 28 09:26:53 2013 +0100
Bug #719382 - Build break, missing NSPR CFLAGS/LIBS in Camel
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fafe41b..1d81c5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1609,7 +1609,7 @@ fi
AM_CONDITIONAL(ENABLE_LARGEFILE, [test "x$enable_largefile" = "xyes"])
-EVO_SET_COMPILE_FLAGS(CAMEL, gio-2.0 gmodule-2.0 $mozilla_nss sqlite3 >= sqlite_minimum_version,
$KRB5_CFLAGS $MANUAL_NSS_CFLAGS $LARGEFILE_CFLAGS, -lz $KRB5_LIBS $MANUAL_NSS_LIBS)
+EVO_SET_COMPILE_FLAGS(CAMEL, gio-2.0 gmodule-2.0 $mozilla_nss $mozilla_nspr sqlite3 >=
sqlite_minimum_version, $KRB5_CFLAGS $MANUAL_NSS_CFLAGS $MANUAL_NSPR_CFLAGS $LARGEFILE_CFLAGS, -lz $KRB5_LIBS
$MANUAL_NSS_LIBS $MANUAL_NSPR_LIBS)
AC_SUBST(CAMEL_CFLAGS)
AC_SUBST(CAMEL_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]