https://svn.boost.org/trac10/ticket/13230 unified headers causing trouble with that.. diff -ur boost.org/libs/filesystem/src/operations.cpp boost/libs/filesystem/src/operations.cpp --- boost.org/libs/filesystem/src/operations.cpp 2017-11-22 02:21:33.724304181 +0100 +++ boost/libs/filesystem/src/operations.cpp 2017-11-22 02:21:59.686302450 +0100 @@ -11,23 +11,6 @@ //--------------------------------------------------------------------------------------// // define 64-bit offset macros BEFORE including boost/config.hpp (see ticket #5355) -#if !(defined(__HP_aCC) && defined(_ILP32) && !defined(_STATVFS_ACPP_PROBLEMS_FIXED)) -#define _FILE_OFFSET_BITS 64 // at worst, these defines may have no effect, -#endif -#if !defined(__PGI) -#define __USE_FILE_OFFSET64 // but that is harmless on Windows and on POSIX - // 64-bit systems or on 32-bit systems which don't have files larger - // than can be represented by a traditional POSIX/UNIX off_t type. - // OTOH, defining them should kick in 64-bit off_t's (and thus - // st_size)on 32-bit systems that provide the Large File - // Support (LFS)interface, such as Linux, Solaris, and IRIX. - // The defines are given before any headers are included to - // ensure that they are available to all included headers. - // That is required at least on Solaris, and possibly on other - // systems as well. -#else -#define _FILE_OFFSET_BITS 64 -#endif // define BOOST_FILESYSTEM_SOURCE so that knows // the library is being built (possibly exporting rather than importing code) b/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeAndroidAarch64.conf
AgeCommit message (Expand)Author
2021-06-04Enable PdfIum for android buildmerttumer
2021-06-01configure: Refactor platform defaultsJan-Marek Glogowski
2019-06-21android: Define the icon theme in distro-configs and switch to colibre.Jan Holesovsky
2019-06-07Drop support for gstreamer-0.10Michael Weghorn
2018-05-23remove Linux ("UNX") systray "Quickstarter"Rene Engelhard
2016-08-18No export validation for the host platform when cross-compiling pleaseTor Lillqvist
2016-02-01configure: remove ---disable-randr-linkMichael Stahl
2016-01-29disable options by default on androidPeter Foley
2016-01-15Android: don't disable langtag (libetonyek has hard dependency)Christian Lohmaier
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen
2015-09-02ditch gnome-vfs2 supportCaolán McNamara
2014-11-20Drop --disable-openglTor Lillqvist
2014-11-07rename --disable-gstreamer → --disable-gstreamer-1-0Christian Lohmaier
2014-10-23There is no --without-ppds any moreTor Lillqvist
2014-08-30Start of support for Android on AArch64Tor Lillqvist