diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-10-04 10:38:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-10-04 14:23:54 +0200 |
commit | f7bc83c6c4a74e32fff3180d9053c1e006beb44d (patch) | |
tree | 9f49df93ab620a2d42508e23fb66e50e21744135 /writerperfect | |
parent | 22c1d6972b4dbf2a3394a28cacfb27cf5bdbb659 (diff) |
external/liborcus: Clash between VERSION and trunk libc++ <version>
...on macOS with case-insensitive file systems. When compiling e.g.
workdir/UnpackedTarball/liborcus/src/parser/base64.cpp, libtool adds -I../..
(presumably to find files like workdir/UnpackedTarball/liborcus/config.h), and
including e.g. <vector> internally includes <version> now, and
workdir/UnpackedTarball/liborcus/VERSION (generated from VERSION.in) happens to
win. So disable generation of VERSION from VERSION.in (Kohei confirmed in
private communication that that file isn't actually used for anything, so not
generating it is fine). (An alternative approach might have been to use
-iquote../.. instead of -I../.., but that's probably hard to shoehorn into the
libtool-generated compiler invocation.)
Change-Id: Id9a6778368796dc2494df3499b5e1ca560df1e56
Reviewed-on: https://gerrit.libreoffice.org/61358
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Jenkins
Diffstat (limited to 'writerperfect')
0 files changed, 0 insertions, 0 deletions