6685N/ANeeded to find the NSS/NSPR libraries at runtime.
6685N/A
6685N/AThese changes need to be sent upstream.
6685N/A
6685N/A--- pidgin-2.11.0/configure.ac.orig 2016-08-25 12:38:53.201285451 +0000
6685N/A+++ pidgin-2.11.0/configure.ac 2016-08-25 12:39:40.190394755 +0000
6685N/A@@ -2068,7 +2068,7 @@
6685N/A
6685N/A if test "x$ac_cv_moz_nspr_libs" != "xno"; then
6685N/A have_nspr_libs="yes"
6685N/A- NSPR_LIBS="-L$with_nspr_libs $nsprlibs"
6685N/A+ NSPR_LIBS="-L$with_nspr_libs $nsprlibs -R$with_nspr_libs"
6685N/A else
6685N/A NSPR_CFLAGS=""
6685N/A enable_nss="no"
6685N/A@@ -2166,7 +2166,7 @@
6685N/A AC_DEFINE(HAVE_NSS)
6685N/A AC_DEFINE(HAVE_SSL)
6685N/A
6685N/A- NSS_LIBS="-L$with_nss_libs $nsslibs"
6685N/A+ NSS_LIBS="-L$with_nss_libs $nsslibs -R$with_nss_libs"
6685N/A
6685N/A if test "$enable_nss" = "static"; then
6685N/A msg_nss="Mozilla NSS (static)"