summaryrefslogtreecommitdiffstats
path: root/distro-configs/LibreOfficeOssFuzz.conf
Commit message (Collapse)AuthorAgeFilesLines
* drop ---disable-scripting again for fuzzingCaolán McNamara2021-03-301-1/+0
| | | | | | | Change-Id: I80aa5b856d8800f9499fcaf66244ca095e275d5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113378 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* disable scripting for oss-fuzz tooCaolán McNamara2021-03-291-0/+1
| | | | | | | Change-Id: Ia7689f008517165d0bedb583c1452ac535553234 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113325 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* qrcodegen was replaced by zxingCaolán McNamara2021-03-231-1/+1
| | | | | | | Change-Id: Ide907ba33bb7a67a7bef32d688137e5429707df5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112951 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* add an explicit --disable-qrcodegen configure optionCaolán McNamara2020-09-211-0/+1
| | | | | | | Change-Id: If8e965fa955aecdb9e7011bdddc690de9cad0c4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103120 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* ofz#19296 disable skia for oss-fuzzCaolán McNamara2019-12-091-0/+1
| | | | | | | Change-Id: I85ee6689c71a445c59d6b054cd93ea1fbac5f8ba Reviewed-on: https://gerrit.libreoffice.org/84737 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* drop gtk2 supportCaolán McNamara2019-09-301-1/+0
| | | | | | | | | Change-Id: Ie838cabfecfef7e3225c1555536d5c9cf3b43f15 Reviewed-on: https://gerrit.libreoffice.org/77405 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* use gold linker for oss-fuzzCaolán McNamara2018-08-131-0/+1
| | | | | | | Change-Id: I60319d22c192b068860b1959350a602edf19aea4 Reviewed-on: https://gerrit.libreoffice.org/58916 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* related: tdf#103884 remove gltf/collada featureThorsten Behrens2017-10-301-2/+0
| | | | | | | Change-Id: Icd26ad96c0337844ef1463dabfbe791caa00dd2d Reviewed-on: https://gerrit.libreoffice.org/43972 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* disable dynload expects services.rdb to list the orig library nameCaolán McNamara2017-03-031-1/+0
| | | | | | | | | | | while ---enable-mergelibs creates a single libmergedlo.a in this mode and the services.rdb contains that I guess I could tweak cppuhelper/source/shlib.cxx and solenv/bin/native-code.py etc to work differently or just take the more well travelled road here Change-Id: I35e2626824c9b015b5a6051db659fe467c35d8ba
* Always enable liblangtagKhaled Hosny2017-02-241-1/+0
| | | | | | | | | | The license should not be an issue any more since liblangtag now has an LGPL/MPLv2 dual licence. Change-Id: I4dfffcccf5d710bd16b21c3254c1449ae041b8ab Reviewed-on: https://gerrit.libreoffice.org/34511 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
* add --disable-pdfiumCaolán McNamara2017-02-101-0/+1
| | | | Change-Id: I9137dc0030c3c752ffc0931721bf6b0013309d39
* use new ENABLE_NSS for code which needs nssCaolán McNamara2016-12-201-1/+0
| | | | | | | | | | which isn't available on a static-only build (iOS and fuzzing) and android Change-Id: I99bb7c0b45d4499579ddf73f469a762ddcae99ab Reviewed-on: https://gerrit.libreoffice.org/32182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* necessary oss-fuzz config setupCaolán McNamara2016-12-181-2/+6
| | | | Change-Id: Id3db7c7fa74f8dd36c0385c2198efd12546004ab
* oss-fuzz: do explicit disable-runtime-optimizationsCaolán McNamara2016-12-101-0/+1
| | | | Change-Id: I0597436bddcd79f7a44d3969b54a3ae2e02b3c70
* oss-fuzz: disable-gui now worksCaolán McNamara2016-12-081-2/+3
| | | | Change-Id: I8c9349299e67532c60fcd1e887fc0e33e45a29b8
* oss-fuzz woes continueCaolán McNamara2016-12-051-0/+2
| | | | Change-Id: I8307c09d5ba4fb24c0d2e273459b34edd06ae76a
* oss-fuzz deploys in a very different env to which its builtCaolán McNamara2016-12-051-10/+7
| | | | Change-Id: Ice4956cd196424d21bf659f95f99c3e0c6928744
* optionally enable oss-fuzz targets via --enable-fuzzersCaolán McNamara2016-12-051-0/+1
| | | | Change-Id: I16f52515a149a1e6e47cd0301a45db84ddd95885
* sufficient to get us building in the oss-fuzz environmentCaolán McNamara2016-12-021-0/+1
| | | | | | | | | | | | | | | | | | | we're presented with... CXX="/usr/local/bin/clang++" CC="/usr/local/bin/clang" CXXFLAGS="-g -stdlib=libc++" and out of the box we fail to build, but if we reshuffle to... CXX="/usr/local/bin/clang++ -stdlib=libc++" CC="/usr/local/bin/clang -stdlib=libc++" CXXFLAGS="-g" LDFLAGS="-lpthread" then with this distro-config we build to completion Change-Id: Ib6bee4dd69e0609e3c1238d86837a1680483ffa4
* starting skeleton for oss-fuzz configCaolán McNamara2016-12-021-0/+16
gets vcl built anyway Change-Id: I521a53019f54d5e42c931043c758143f2f8bdb1d