From 8c075ee8ff0c1801bf80ff69423a68c40469a4d7 Mon Sep 17 00:00:00 2001 From: Simon Zheng Date: Wed, 11 Jan 2006 04:32:40 +0000 Subject: Fix for 325748. Add an search path which can be automatically retrieved 2006-01-11 Simon Zheng Fix for 325748. * lib/e-cert-db.c: (install_loadable_roots): Add an search path which can be automatically retrieved when running configure. svn path=/trunk/; revision=31128 --- smime/ChangeLog | 6 ++++++ smime/lib/e-cert-db.c | 3 +++ 2 files changed, 9 insertions(+) (limited to 'smime') diff --git a/smime/ChangeLog b/smime/ChangeLog index dfbb0f09dd..3d2da413b8 100644 --- a/smime/ChangeLog +++ b/smime/ChangeLog @@ -1,3 +1,9 @@ +2006-01-11 Simon Zheng + + Fix for 325748. + * lib/e-cert-db.c: (install_loadable_roots): Add an search path + which can be automatically retrieved when running configure. + 2006-01-10 Simon Zheng * lib/e-cert.c:use e_utf8_strftime() in evolution-data-server/ diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index 3104d7a716..5e25c7cd0c 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -273,6 +273,9 @@ install_loadable_roots (void) XXX yes this is gross. *sigh* */ char *paths_to_check[] = { +#ifdef MOZILLA_NSS_LIB_DIR + MOZILLA_NSS_LIB_DIR, +#endif "/usr/lib", "/usr/lib/mozilla", "/opt/mozilla/lib", -- cgit v1.2.3