Aniello Del Sorbo
2009-04-29 19:31:02 UTC
Hi guys,
I was trying to build modest for Fremantle beta and I've encoutered an
issue while compiling tinymail.
I had to manually apply this patch in order to continue the compilation process.
[sbox-FREMANTLE_X86: ~/tinymail/libtinymail-camel/camel-lite] > svn diff
Index: camel/camel.c
===================================================================
--- camel/camel.c (revision 3910)
+++ camel/camel.c (working copy)
@@ -44,8 +44,10 @@
#include "camel-provider.h"
#include "camel-private.h"
+#ifdef HAVE_NSS
/* To protect NSS initialization and shutdown */
PRLock *nss_initlock = NULL;
+#endif /* HAVE_NSS */
/* Whether or not Camel has initialized the NSS library */
volatile gboolean nss_initialized = FALSE;
==================
I don't know, and haven't tried, if I can simply commit the change
myself or not.
--
anidel
I was trying to build modest for Fremantle beta and I've encoutered an
issue while compiling tinymail.
I had to manually apply this patch in order to continue the compilation process.
[sbox-FREMANTLE_X86: ~/tinymail/libtinymail-camel/camel-lite] > svn diff
Index: camel/camel.c
===================================================================
--- camel/camel.c (revision 3910)
+++ camel/camel.c (working copy)
@@ -44,8 +44,10 @@
#include "camel-provider.h"
#include "camel-private.h"
+#ifdef HAVE_NSS
/* To protect NSS initialization and shutdown */
PRLock *nss_initlock = NULL;
+#endif /* HAVE_NSS */
/* Whether or not Camel has initialized the NSS library */
volatile gboolean nss_initialized = FALSE;
==================
I don't know, and haven't tried, if I can simply commit the change
myself or not.
--
anidel