[seahorse] Bug 624836 - Build error, pkcs11 must link against libgcr
- From: Adam Schreiber <sadam src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Bug 624836 - Build error, pkcs11 must link against libgcr
- Date: Tue, 20 Jul 2010 20:38:26 +0000 (UTC)
commit d492093cda08ffbc271a3d0a3fcb311c9252239a
Author: Adam Schreiber <sadam gnome org>
Date: Tue Jul 20 16:37:36 2010 -0400
Bug 624836 - Build error, pkcs11 must link against libgcr
Add GCR_CFLAGS and LIBS to SEAHORSE_CFLAGS and LIBS
configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index ccfc338..6480517 100644
--- a/configure.in
+++ b/configure.in
@@ -448,8 +448,8 @@ else
PKG_CHECK_MODULES(GP11, gp11-0 >= 2.29.4, enable_pkcs11="yes", enable_pkcs11="no")
if test "$enable_pkcs11" = "yes" && test "$gcr_is_present" = "yes"; then
AC_DEFINE(WITH_PKCS11, 1, [gp11 library available])
- SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $GP11_CFLAGS"
- SEAHORSE_LIBS="$SEAHORSE_LIBS $GP11_LIBS"
+ SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $GP11_CFLAGS $GCR_CFLAGS"
+ SEAHORSE_LIBS="$SEAHORSE_LIBS $GP11_LIBS $GCR_LIBS"
else
enable_pkcs11="no"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]