]> git.pld-linux.org Git - packages/pcp.git/blob - pcp-nspr.patch
- partial update to 4.1.0; files left
[packages/pcp.git] / pcp-nspr.patch
1 --- pcp-3.9.6/configure.ac.orig 2013-06-06 18:00:26.783021767 +0200
2 +++ pcp-3.9.6/configure.ac      2013-06-06 18:09:36.373010312 +0200
3 @@ -1979,7 +1979,7 @@
4      AC_SUBST(lib_for_nss)
5  
6      AC_CHECK_LIB(nspr, PR_Init, [lib_for_nspr="-lnspr"], [
7 -       AC_CHECK_LIB(nspr4, PR_Init, [lib_for_nspr="-lnspr4"], [
8 +       AC_CHECK_LIB(nspr4, PR_Init, [lib_for_nspr="-lnspr4 -lplc4"], [
9             enable_secure=false
10             if test "$do_secure" = "yes"
11             then
This page took 0.024141 seconds and 3 git commands to generate.