From: Michael Catanzaro Date: Tue, 27 Jun 2023 19:05:45 +0000 (-0500) Subject: flatpak: Don't clean /share/aclocal X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbeac11d9ed2cfb4c38a6341a3192ec55192d070;p=thirdparty%2Fvala.git flatpak: Don't clean /share/aclocal Without the autoconf macros, we have no chance of building autotools projects that depend on vala. Missing macros results in exceptionally confusing error messages. For example, this error when building libgee: ./configure: line 13551: syntax error near unexpected token `fi' ./configure: line 13551: `fi' This is going to affect almost all Vala applications, except for the few that do not use libgee, because it's no longer provided by the runtime and it uses Autotools. https://github.com/flathub/org.freedesktop.Sdk.Extension.vala/pull/91 --- diff --git a/build-aux/flatpak/org.freedesktop.Sdk.Extension.vala-nightly.yml b/build-aux/flatpak/org.freedesktop.Sdk.Extension.vala-nightly.yml index bb8831027..4407936db 100644 --- a/build-aux/flatpak/org.freedesktop.Sdk.Extension.vala-nightly.yml +++ b/build-aux/flatpak/org.freedesktop.Sdk.Extension.vala-nightly.yml @@ -17,7 +17,6 @@ cleanup: - "/share/doc" - "/share/gir-1.0" - "/lib/girepository-1.0" - - "/share/aclocal" - "/include" - "/lib/pkgconfig" - "*.la"