[Libreoffice-commits] dev-tools.git: flatpak/build.sh
Stephan Bergmann
sbergman at redhat.com
Fri Jan 27 09:06:29 UTC 2017
flatpak/build.sh | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 5bc19c0ed16ffcbfba1f1de54b6ebc81761483bb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Jan 27 10:05:40 2017 +0100
Add cautionary comment
diff --git a/flatpak/build.sh b/flatpak/build.sh
index aeda2f3..4d7c43f 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -69,6 +69,10 @@ fi
rm -fr "${my_dir?}"/fetch
mkdir "${my_dir?}"/fetch
+## Running autogen.sh in the host environment with the set of --without-system-*
+## from LibreOfficeFlatpak means that some implicit --with-system-* may happen
+## to not be satitisfied by the host environment, and necessary devel packages
+## need to be installed there at least temporarily:
(cd "${my_dir?}"/fetch \
&& "${my_dir?}"/lo/autogen.sh --prefix="${my_dir?}"/inst \
--with-distro=LibreOfficeFlatpak --with-external-tar="${my_dir?}"/tar \
More information about the Libreoffice-commits
mailing list