1 --- misc/openldap-2.4.31/Makefile.in 2012-04-22 22:25:08.000000000 +0200
2 +++ misc/build/openldap-2.4.31/Makefile.in 2012-07-16 13:53:47.140541654 +0200
4 ## top-level directory of the distribution or, alternatively, at
5 ## <http://www.OpenLDAP.org/license.html>.
7 -SUBDIRS= include libraries clients servers tests doc
8 +SUBDIRS= include libraries
13 $(RM) config.status libtool stamp-h stamp-h.in
15 distclean: veryclean FORCE
20 --- misc/openldap-2.4.31/libraries/libldap/tls_m.c 2012-04-22 22:25:08.000000000 +0200
21 +++ misc/build/openldap-2.4.31/libraries/libldap/tls_m.c 2012-07-16 13:53:47.140541654 +0200
23 #include <termios.h> /* for echo on/off */
26 -#include <nspr/nspr.h>
27 -#include <nspr/private/pprio.h>
30 -#include <nss/sslerr.h>
31 -#include <nss/sslproto.h>
32 -#include <nss/pk11pub.h>
33 -#include <nss/secerr.h>
34 -#include <nss/keyhi.h>
35 -#include <nss/secmod.h>
36 -#include <nss/cert.h>
38 +#include <private/pprio.h>
42 +#include <sslproto.h>
49 #undef NSS_VERSION_INT
50 #define NSS_VERSION_INT ((NSS_VMAJOR << 24) | (NSS_VMINOR << 16) | \
51 --- misc/openldap-2.4.31/configure.in 2012-04-22 21:25:08.000000000 +0100
52 +++ misc/build/openldap-2.4.31/configure.in 2012-07-16 13:56:24.000000000 +0100
54 AC_CHECK_HEADERS([nssutil.h])
55 if test "$ac_cv_header_nssutil_h" = yes ; then
56 AC_CHECK_LIB([nss3], [NSS_Initialize],
57 - [ have_moznss=yes ], [ have_moznss=no ])
58 + [ have_moznss=yes ], [ have_moznss=no ],
59 + [ -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 ])
62 if test "$have_moznss" = yes ; then
63 --- misc/openldap-2.4.31/configure 2012-07-16 14:11:55.000000000 +0100
64 +++ misc/build/openldap-2.4.31/configure 2012-07-16 13:56:24.000000000 +0100
65 @@ -15718,7 +15718,7 @@
66 $as_echo_n "(cached) " >&6
68 ac_check_lib_save_LIBS=$LIBS
70 +LIBS="-lnss3 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 $LIBS"
71 cat confdefs.h - <<_ACEOF >conftest.$ac_ext