File: libnss.patch

package info (click to toggle)
pidgin-encryption 3.1-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,916 kB
  • ctags: 961
  • sloc: sh: 10,460; ansic: 8,821; makefile: 376; yacc: 318
file content (18 lines) | stat: -rw-r--r-- 738 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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