# scanelf -n /usr/bin/aften TYPE NEEDED FILE ET_EXEC libm.so.6,libpthread.so.0,libc.so.6 /usr/bin/aften Would be a nice thing if it used libaften.so rather than link to it statically since it's exporting its symbols too.
Created attachment 202739 [details, diff] Patch to enable shared linkage for aften binary Patch to enable shared linkage for aften binary
Created attachment 202741 [details, diff] Patch for ebuild
commit a1115b15ff396d0096dade43aba4fa5faa1a0826 Author: Michael Orlitzky <mjo@gentoo.org> Date: Mon Sep 5 18:11:14 2016 -0400 media-libs/aften: new revision with dynamically-linked executable. This new revision includes a tiny patch from Gentoo user Ihar Hrachyshka. The upstream build system defaults to building a target called "aften_static", and all we need to do is change that to "aften" to get the dynamically-linked version. Non-maintainer commit with permission from David Seifert (soap). Gentoo-Bug: 258397 Package-Manager: portage-2.2.28