Copied from
debian sid in
Primary Archive for Debian GNU/Linux
Changelog
newlisp (10.7.0-4) unstable; urgency=medium
* Fix shared library loading for modules.
Upstream uses a system for dlopen'ing shared libraries that is not
very robust. They depend on libraries being installed on full paths,
which can break things when you move from one system to another.
Because of this, a fix had to be implemented downstream in order to
use dlopen's functionality of automatically searching the system
libraries when you pass just the file name to it. This also has the
benefit of not trying to load libraries from /usr/local, which can be
dangerous. (Closes: #852259)
-- Sergio Durigan Junior <email address hidden> Mon, 30 Jan 2017 16:59:36 -0500