summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-27 10:05:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-27 10:05:40 +0100
commit5bc19c0ed16ffcbfba1f1de54b6ebc81761483bb (patch)
treee9cd627fb1cd1681df78bf0c9744d951350abcf1
parentc560168a11f06a471e1dcb513905411d53f82145 (diff)
Add cautionary comment
-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 \