summaryrefslogtreecommitdiff
path: root/unodevtools
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 /unodevtools
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 'unodevtools')
0 files changed, 0 insertions, 0 deletions