diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-02 15:35:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-02 16:41:16 +0000 |
commit | 6ecb196b784a6ef4e45da49ea14311ecdd465d56 (patch) | |
tree | 541ab5d0cb9abcd93b026ec9101a4c327d32d95d /distro-configs | |
parent | e58ed17e35989350afe3e9fd77b24515df782eac (diff) |
starting skeleton for oss-fuzz config
gets vcl built anyway
Change-Id: I521a53019f54d5e42c931043c758143f2f8bdb1d
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeOssFuzz.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeOssFuzz.conf b/distro-configs/LibreOfficeOssFuzz.conf new file mode 100644 index 000000000000..df9c26b7c5a2 --- /dev/null +++ b/distro-configs/LibreOfficeOssFuzz.conf @@ -0,0 +1,16 @@ +--disable-postgresql-sdbc +--disable-firebird-sdbc +--disable-coinmp +--disable-lpsolve +--disable-gltf +--disable-collada +--without-java +--with-system-headers +--with-system-libs +--without-system-boost +--without-system-clucene +--without-system-cppunit +--without-system-libzmf +--without-system-libstaroffice +--without-system-mdds +--without-system-orcus |