From a779b5f7f0dec55482172ca5dbe978dffbd46dac Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 2 Dec 2016 16:49:35 +0000 Subject: 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 --- distro-configs/LibreOfficeOssFuzz.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'distro-configs/LibreOfficeOssFuzz.conf') 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 -- cgit