pidgin-03-runpath.diff revision 13952
0N/A--- pidgin-ori/configure.ac 2008-05-30 12:07:21.986527000 +0800
2362N/A+++ pidgin-new/configure.ac 2008-05-30 11:56:25.655174000 +0800
0N/A@@ -1850,7 +1850,7 @@
0N/A
0N/A if test "x$ac_cv_moz_nspr_libs" != "xno"; then
0N/A have_nspr_libs="yes"
2362N/A- NSPR_LIBS="-L$with_nspr_libs $nsprlibs"
0N/A+ NSPR_LIBS="-L$with_nspr_libs $nsprlibs -R$with_nspr_libs"
2362N/A else
0N/A NSPR_CFLAGS=""
0N/A enable_nss="no"
0N/A@@ -1948,7 +1948,7 @@
0N/A AC_DEFINE(HAVE_NSS)
0N/A AC_DEFINE(HAVE_SSL)
0N/A
0N/A- NSS_LIBS="-L$with_nss_libs $nsslibs"
0N/A+ NSS_LIBS="-L$with_nss_libs $nsslibs -R$with_nss_libs"
0N/A
0N/A if test "$enable_nss" = "static"; then
0N/A msg_nss="Mozilla NSS (static)"
2362N/A