Wed, 25 Sep 2024 04:15:01 -0500
Remove static libidn from Flatpak build
Also remove the libtool archive, as both would never be needed.
Testing Done:
Built and ran, then `flatpak enter im.pidgin.Pidgin3 bash` and checked that the extra files were gone from `/app/lib`.
Reviewed at https://reviews.imfreedom.org/r/3530/
| im.pidgin.Pidgin3.yml | file | annotate | diff | comparison | revisions |
--- a/im.pidgin.Pidgin3.yml Wed Sep 25 04:03:24 2024 -0500 +++ b/im.pidgin.Pidgin3.yml Wed Sep 25 04:15:01 2024 -0500 @@ -9,6 +9,10 @@ modules: - name: libidn buildsystem: autotools + cleanup: + - /lib/*.la + config-opts: + - "--disable-static" sources: - type: archive url: https://ftp.gnu.org/gnu/libidn/libidn-1.42.tar.gz