# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Matúš Kukan # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Module_Module,package)) $(eval $(call gb_Module_add_targets,package,\ Library_package2 \ Library_xstor \ Package_dtd \ Package_inc \ )) # vim: set noet sw=4 ts=4: on value='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeOssFuzz.conf
AgeCommit message (Expand)Author
2022-06-14stop using removed ---with-idlc-cpp=cpp argumentCaolán McNamara
2022-01-13ofz#43613 oss-fuzz build failureCaolán McNamara
2021-12-27ofz#43008 drop ---with-system-lockfile from oss-fuzz buildCaolán McNamara
2021-12-25oss-fuzz: convert to static cross-buildJan-Marek Glogowski
2021-12-21Keep GUI with --enable-avmedia and --disable-guiJan-Marek Glogowski
2021-12-15Simplify CURL and LIBCMIS testsJan-Marek Glogowski
2021-12-03ofz#41602 fix more build failureCaolán McNamara
2021-12-03ofz#41602 Build-FailureCaolán McNamara
2021-09-25add dbffuzzerCaolán McNamara
2021-08-22ofz: prep for allowing oss-fuzz msanCaolán McNamara
2021-08-16ofz: use system curl .a and system glm headersCaolán McNamara
2021-08-14ofz: build with system libexttextcatCaolán McNamara
2021-08-13ofz: use system .a curl, fontconfig, freetypeCaolán McNamara
2021-08-12use --with-idlc-cpp=cpp instead of --with-system-ucppCaolán McNamara
2021-08-12ofz: use system .a libs when they aren't c++ onesCaolán McNamara
2021-08-10oss-fuzz: can use system ucppCaolán McNamara
2021-08-07disable scripting for fuzzingCaolán McNamara
2021-08-07explicitly disable ldap for fuzzingCaolán McNamara
2021-08-06disable a few more things when fuzzingCaolán McNamara
2021-08-06oss-fuzz: disable some more features we don't needCaolán McNamara
2021-06-26use --disable-xmlhelp for fuzzingCaolán McNamara
2021-03-30drop ---disable-scripting again for fuzzingCaolán McNamara
2021-03-29disable scripting for oss-fuzz tooCaolán McNamara
2021-03-23qrcodegen was replaced by zxingCaolán McNamara
2020-09-21add an explicit --disable-qrcodegen configure optionCaolán McNamara
2019-12-09ofz#19296 disable skia for oss-fuzzCaolán McNamara
2019-09-30drop gtk2 supportCaolán McNamara
2018-08-13use gold linker for oss-fuzzCaolán McNamara
2017-10-30related: tdf#103884 remove gltf/collada featureThorsten Behrens
2017-03-03disable dynload expects services.rdb to list the orig library nameCaolán McNamara
2017-02-24Always enable liblangtagKhaled Hosny
2017-02-10add --disable-pdfiumCaolán McNamara
2016-12-20use new ENABLE_NSS for code which needs nssCaolán McNamara
2016-12-18necessary oss-fuzz config setupCaolán McNamara
2016-12-10oss-fuzz: do explicit disable-runtime-optimizationsCaolán McNamara
2016-12-08oss-fuzz: disable-gui now worksCaolán McNamara
2016-12-05oss-fuzz woes continueCaolán McNamara
2016-12-05oss-fuzz deploys in a very different env to which its builtCaolán McNamara
2016-12-05optionally enable oss-fuzz targets via --enable-fuzzersCaolán McNamara
2016-12-02sufficient to get us building in the oss-fuzz environmentCaolán McNamara
2016-12-02starting skeleton for oss-fuzz configCaolán McNamara