Intermediate commit of hacking on --disable-database-connectivity

Desktop / LibreOffice - Tor Lillqvist [collabora.com] - 17 April 2014 16:04 UTC

Add HAVE_FEATURE_DBCONNECTIVITY to instead of using (or not, more likely) -DDISABLE_DBCONNECTIVITY.

The plan is still that database connectivity would be disabled always for the non-desktop platforms, and otherwise disabling it would be a configure option.

But, still lots to do; the TiledLibreOffice iOS test app gets tons of undefineds when linking if I actually try to disable the database connectivity.

629cc60 Intermediate commit of hacking on --disable-database-connectivity
Repository.mk | 26 ++++++++++++++------------
RepositoryModule_host.mk | 4 ++--
config_host.mk.in | 1 -
config_host/config_features.h.in | 6 ++++++
configure.ac | 28 +++++++---------------------
forms/Library_frm.mk | 2 +-
include/connectivity/sqlparse.hxx | 4 +++-
sc/source/ui/docshell/docsh8.cxx | 26 ++++++++++++++------------
sfx2/source/doc/objxtor.cxx | 2 +-
solenv/gbuild/gbuild.mk | 1 -
svx/source/dialog/txencbox.cxx | 5 +++--
11 files changed, 51 insertions(+), 54 deletions(-)

Upstream: cgit.freedesktop.org


  • Share