link-mink/mink-core

Remove dl methods from mink_utils

dfranusic opened this issue · 1 comments

Some binaries are not using dlopen and related methods but are still linked with with libdl. Convenience methods for dynamic loading of plugins are included in mink_utils; they should be migrated to a separate namespace.

Resolved