Remove static libidn from Flatpak build

Wed, 25 Sep 2024 04:15:01 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Wed, 25 Sep 2024 04:15:01 -0500
changeset 42972
0c7efb246f9e
parent 42971
408885dfb067
child 42973
6100922c816b

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

mercurial