From 201a54cbefa5eb3070d66e90db126820598cf1a0 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 16 Feb 2016 18:32:43 +0000 Subject: [PATCH] libreoffice: Quote multiple languages, to avoid error (invalid configuration). git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16977 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 10 ++++++++++ xsoft/office/libreoffice.xml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/general.ent b/general.ent index 5139b6b133..22f7b6fcdb 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 92f35d80a7..a01667112d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,16 @@ --> + + February 16th, 2016 + + + [ken] - Libreoffice - multiple languages need to be in quotes. + + + + + February 14th, 2016 diff --git a/xsoft/office/libreoffice.xml b/xsoft/office/libreoffice.xml index 41566dcd27..e0856cedcd 100644 --- a/xsoft/office/libreoffice.xml +++ b/xsoft/office/libreoffice.xml @@ -400,7 +400,7 @@ chmod -v +x bin/unpack-sources && ./autogen.sh --prefix=$LO_PREFIX \ --sysconfdir=/etc \ --with-vendor=BLFS \ - --with-lang=fr en-GB \ + --with-lang='fr en-GB' \ --with-help \ --with-myspell-dicts \ --with-alloc=system \ @@ -533,7 +533,7 @@ fi - --with-lang=fr en-GB: This switch sets + --with-lang='fr en-GB': This switch sets what languages to support. To list several languages, separate them with a space. For all languages, use --with-lang=ALL.