From 0e1cc9968522b602c345aae33c4aac4c5bccd274 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 30 Apr 2013 10:35:08 +0300 Subject: Don't enable postgresql-sdbc by default Try to make it more likely that a build without any autogen.sh options succeeds. We didn't even get past the autogen.sh phase on openSUSE 12.3 thanks to some krb5 stuff needed by the postgresql-sdbc checks. To compensate, add --enable-postgresql-sdbc to those distro-configs/*.conf files that didn't already have --disable-postgresql-sdbc. Change-Id: I967616993875b99d9d5a9fd0721f281bb1161a87 --- distro-configs/LibreOfficeOpenBSD.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'distro-configs/LibreOfficeOpenBSD.conf') diff --git a/distro-configs/LibreOfficeOpenBSD.conf b/distro-configs/LibreOfficeOpenBSD.conf index 6a52dafa18e6..9b2706c696d0 100644 --- a/distro-configs/LibreOfficeOpenBSD.conf +++ b/distro-configs/LibreOfficeOpenBSD.conf @@ -12,6 +12,7 @@ --enable-lockdown --enable-ext-presenter-minimizer --enable-ext-wiki-publisher +--enable-postgresql-sdbc --enable-python=system --with-alloc=system --with-ant-home=/usr/local/ant -- cgit