build: link dlopen libs with "nodelete"
This way a dlclose() will not unmap the libs memory anymore. A real
dlclose() will not work anyways because we lack destructors for all the
stuff we initialize in setup_descriptor->init().
Signed-off-by:
Henning Schild <henning.schild@siemens.com>
Showing
Please register or sign in to comment