Commit
b2322c754a4f178e76f1fddafb2a6d68c72e44da
by noreplyhexchat: disable direct binding to fix Python plugin
Without this change if you attempt to load the plugin, it fails
to find __iob from libc:
/load /usr/lib/amd64/hexchat/plugins/python.so
ld.so.1: hexchat: fatal: relocation error: file /usr/lib/amd64/hexchat/plugins/python.so: symbol __iob: referenced symbol not found
Also, in COMPONENT_POST_INSTALL ACTION:
- remove unnecessary loop around elfedit commands
- use 'dyn:value -add' so python.so retains a dependency on libc.so.1
(commit: b2322c7)