Description: NSS certificate module initialization should just use
 "libnssckbi.so"
Author: Mike Hommey <mh+reportbug@glandium.org>
Bug-Debian: http://bugs.debian.org/564712

Index: pidgin-encryption-3.1/rsa_nss.c
===================================================================
--- pidgin-encryption-3.1.orig/rsa_nss.c	2010-04-26 03:53:46.000000000 +0200
+++ pidgin-encryption-3.1/rsa_nss.c	2010-05-02 03:27:35.000000000 +0200
@@ -102,7 +102,7 @@
       /* TODO: Fix this so autoconf does the work trying to find this lib. */
       SECMOD_AddNewModule("Builtins",
 #ifndef _WIN32
-                          LIBDIR "/libnssckbi.so",
+                          "libnssckbi.so",
 #else
                           "nssckbi.dll",
 #endif
