[Libreoffice-commits] .: configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Wed Aug 15 05:27:04 PDT 2012


 configure.in |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b265617923ab1efa5853a8790835a7829330fc42
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Aug 15 15:16:56 2012 +0300

    Don't bother having configure look for stuff not needed for the build platform
    
    Change-Id: I2013204f433473cbaa33c7d89d980e31b3def654

diff --git a/configure.in b/configure.in
index 3c72abd..7774390 100644
--- a/configure.in
+++ b/configure.in
@@ -3716,9 +3716,12 @@ if test "$cross_compiling" = "yes"; then
     test -n "$with_system_libxml_for_build" && sub_conf_opts="$sub_conf_opts --with-system-libxml"
     test "$WITH_MINGW" = "yes" && sub_conf_opts="$sub_conf_opts --enable-winegcc"
     sub_conf_opts="$sub_conf_opts $with_build_platform_configure_options"
+    # Don't bother having configure look for stuff not needed for the build platform anyway
     ./configure \
-        --disable-mozilla \
+        --disable-graphite \
         --disable-build-mozilla \
+        --disable-mozilla \
+        --disable-postgresql-sdbc \
         --disable-zenity \
         --with-num-cpus="$with_num_cpus" \
         --with-max-jobs="$with_max_jobs" \


More information about the Libreoffice-commits mailing list