--- misc/openldap-2.4.31/Makefile.in 2012-04-22 22:25:08.000000000 +0200 +++ misc/build/openldap-2.4.31/Makefile.in 2012-07-16 13:53:47.140541654 +0200 @@ -13,7 +13,7 @@ ## top-level directory of the distribution or, alternatively, at ## . -SUBDIRS= include libraries clients servers tests doc +SUBDIRS= include libraries CLEANDIRS= INSTALLDIRS= @@ -32,7 +32,3 @@ $(RM) config.status libtool stamp-h stamp-h.in distclean: veryclean FORCE - -check: test -test: FORCE - cd tests; make test --- misc/openldap-2.4.31/libraries/libldap/tls_m.c 2012-04-22 22:25:08.000000000 +0200 +++ misc/build/openldap-2.4.31/libraries/libldap/tls_m.c 2012-07-16 13:53:47.140541654 +0200 @@ -49,17 +49,17 @@ #include /* for echo on/off */ #endif -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #undef NSS_VERSION_INT #define NSS_VERSION_INT ((NSS_VMAJOR << 24) | (NSS_VMINOR << 16) | \ --- misc/openldap-2.4.31/configure.in 2012-04-22 21:25:08.000000000 +0100 +++ misc/build/openldap-2.4.31/configure.in 2012-07-16 13:56:24.000000000 +0100 @@ -1232,7 +1232,8 @@ AC_CHECK_HEADERS([nssutil.h]) if test "$ac_cv_header_nssutil_h" = yes ; then AC_CHECK_LIB([nss3], [NSS_Initialize], - [ have_moznss=yes ], [ have_moznss=no ]) + [ have_moznss=yes ], [ have_moznss=no ], + [ -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 ]) fi if test "$have_moznss" = yes ; then --- misc/openldap-2.4.31/configure 2012-07-16 14:11:55.000000000 +0100 +++ misc/build/openldap-2.4.31/configure 2012-07-16 13:56:24.000000000 +0100 @@ -15718,7 +15718,7 @@ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lnss3 $LIBS" +LIBS="-lnss3 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ bora/co-22.05'>distro/collabora/co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-01-26 16:43:42 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-01-26 16:43:42 +0100
commit067e9b189b26900e0f3d064b134c9cea5865069d (patch)
tree8933377cca9e07430a2a0bd40fbd1c8099a7cadc /vcl/util
parent20c9b2305c7f9c2341961a1aa32bdc151aead3b4 (diff)
parent432e0fcb93c713a39890ec7ed0769521ef6ef3e8 (diff)
CWS-TOOLING: integrate CWS vcl108