# HG changeset patch # User Elliott Sales de Andrade # Date 1727255701 18000 # Node ID 0c7efb246f9edfdcbc23e323f87fa139efdb1e2e # Parent 408885dfb067689d935944377e2769e96b9ca519 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/ diff -r 408885dfb067 -r 0c7efb246f9e im.pidgin.Pidgin3.yml --- 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