summaryrefslogtreecommitdiff
path: root/flatpak/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'flatpak/build.sh')
-rwxr-xr-xflatpak/build.sh4
1 files changed, 4 insertions, 0 deletions
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 \