# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_ExternalProject_ExternalProject,openldap)) $(eval $(call gb_ExternalProject_use_externals,openldap,nss3)) $(eval $(call gb_ExternalProject_register_targets,openldap,\ build \ )) openldap_LDFLAGS = ifeq ($(SYSTEM_NSS),) openldap_LDFLAGS += -L$(call gb_UnpackedTarball_get_dir,nss)/dist/out/lib \ $(if $(filter AIX,$(OS)),-Wl$(COMMA)-brtl) endif # Help openldap's configure determine that it needs -lpthread even if libasan.so # contains a pthread_create override: ifneq ($(filter -fsanitize=address,$(CC)),) openldap_LDFLAGS += -pthread endif $(call gb_ExternalProject_get_state_target,openldap,build) : $(call gb_ExternalProject_run,build,\ ./configure \ --disable-slapd \ --with-pic \ --with-tls=moznss \ --without-cyrus-sasl \ --disable-shared \ --enable-static \ $(if $(CROSS_COMPILING), \ --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \ --with-yielding_select=yes \ ac_cv_func_memcmp_working=yes \ ) \ $(if $(SYSTEM_NSS), \ CPPFLAGS="$(CPPFLAGS) $(NSS_CFLAGS)" CFLAGS="$(CFLAGS) $(NSS_CFLAGS) $(if $(ENABLE_OPTIMIZED),$(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS))" LDFLAGS="$(LDFLAGS) $(NSS_LIBS)" \ , \ CPPFLAGS="$(CPPFLAGS) -I$(call gb_UnpackedTarball_get_dir,nss)/dist/public/nss -I$(call gb_UnpackedTarball_get_dir,nss)/dist/out/include" \ CFLAGS="$(CFLAGS) $(if $(ENABLE_OPTIMIZED),$(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS)) -I$(call gb_UnpackedTarball_get_dir,nss)/dist/public/nss -I$(call gb_UnpackedTarball_get_dir,nss)/dist/out/include" \ ) \ $(if $(openldap_LDFLAGS),LDFLAGS="$(LDFLAGS) $(openldap_LDFLAGS)") \ && MAKEFLAGS= && $(MAKE) \ ) # vim: set noet sw=4 ts=4: tion value='distro/collabora/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/Awrapado.cxx
AgeCommit message (Expand)Author
2024-12-07Drop support for Windows versions prior to Windows 10Mike Kaganski
2024-08-21Simplify a bitMike Kaganski
2024-04-29Drop uses of css::uno::Sequence::getConstArray in canvas .. connectivityMike Kaganski
2023-04-17loplugin:stringviewparamStephan Bergmann
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski
2022-03-22Simplify CoCreateInstance / CoGetClassObject with COMReferenceMike Kaganski
2021-12-21Use sal::systools::COMReference in connectivity/adoMike Kaganski
2021-01-13loplugin:stringviewparam (clang-cl)Stephan Bergmann
2020-11-26The Windows oleauto.h SafeArray* functions use LONG for indexingStephan Bergmann
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2017-10-27loplugin:includeform: connectivity (Windows)Stephan Bergmann
2017-09-19Looks like we can just as well use ADORecordset hereStephan Bergmann
2017-08-31loplugin:constparams: connectivity (clang-cl)Stephan Bergmann
2017-07-05loplugin:casttovoid (clang-cl): connectivityStephan Bergmann
2017-07-03loplugin:oncevar (clang-cl): connectivityStephan Bergmann
2017-05-05connectivity: convert the other OSL_ENSURE to SAL_WARN_IFMichael Stahl
2017-05-05connectivity: replace OSL_ENSURE with assertMichael Stahl
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2016-10-16clang-cl loplugin: connectivityStephan Bergmann
2016-10-11Replace OLEString operators with proper functions, for clarityStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2012-12-20Some cppcheck cleaning in connectivityJulien Nabet
2012-12-07Some cppcheck cleaningJulien Nabet
2012-11-03fix copy ctorLuboš Luňák
2012-11-02janitorial: spacingLionel Elie Mamane
2012-06-12re-base on ALv2 code.Michael Meeks
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon
2012-03-12WaE: declaration of 'Parameters' shadows a global declarationDavid Tardon