From 5bc19c0ed16ffcbfba1f1de54b6ebc81761483bb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 27 Jan 2017 10:05:40 +0100 Subject: Add cautionary comment --- flatpak/build.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- cgit v1.2.3