Kaydet (Commit) a779b5f7 authored tarafından Caolán McNamara's avatar Caolán McNamara

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
üst 5d7a1ddf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment