Emacs 25 can now load shared libraries. It would be nice to add a use flag to optionally enable this feature. Reproducible: Always
Created attachment 462574 [details, diff] Diff for metadata.xml
Created attachment 462576 [details, diff] Diff for ebuild
Looking into use.local.desc I find that "modules" is most often used to build kernel modules. So I guess the USE flag should have a different name. "dynamic-loading" or "dynamic-modules" come to mind. Any better suggestion?
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6e98babee9b1db6b8400411e189989c0532878 commit 5f6e98babee9b1db6b8400411e189989c0532878 Author: Ulrich Müller <ulm@gentoo.org> Date: Thu Feb 9 09:18:20 2017 +0100 app-editors/emacs: Add dynamic-loading USE flag. This will enable loading of dynamic libraries at runtime. Based on patch submitted by Steven Cordwell <steven.cordwell@uqconnect.edu.au>. Bug: 608382 Thanks for reporting.
Thanks
*** Bug 753620 has been marked as a duplicate of this bug. ***