summaryrefslogtreecommitdiff
path: root/distro-configs
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-02 16:49:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-02 17:28:32 +0000
commita779b5f7f0dec55482172ca5dbe978dffbd46dac (patch)
tree92de5fcc9361211b08488ada5a654671d4df90eb /distro-configs
parent5d7a1ddf36eb0774a3d11e9c0dba59562d3e0c11 (diff)
sufficient to get us building in the oss-fuzz environment
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
Diffstat (limited to 'distro-configs')
-rw-r--r--distro-configs/LibreOfficeOssFuzz.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeOssFuzz.conf b/distro-configs/LibreOfficeOssFuzz.conf
index df9c26b7c5a2..e556f3765e99 100644
--- a/distro-configs/LibreOfficeOssFuzz.conf
+++ b/distro-configs/LibreOfficeOssFuzz.conf
@@ -10,6 +10,7 @@
--without-system-boost
--without-system-clucene
--without-system-cppunit
+--without-system-libcmis
--without-system-libzmf
--without-system-libstaroffice
--without-system-mdds