Changelog
newlisp (10.7.0-2) unstable; urgency=medium
* Do not use -m32/-m64 when building.
The use of -m32/-m64 flags is not needed and actually causes a bunch
of errors on some architectures (like x32). (Closes: #828806)
* Update Vcs-* links.
* Support GNU/kFreeBSD builds.
A few adjustments needed to be made in the makefiles and in the
source-code in order to support GNU/kFreeBSD properly. First, -ldl
has to be used in the linking phase in order to use the dlopen family
of functions. The use of FD_COPY also needed to be adjusted and the
code is using memset instead (just like it is done in GNU/Linux).
Finally, a new dependency on libncurses5-dev had to be added to
Build-Depends for kfreebsd-any because newLISP uses -lncurses on the
linking phase. (Closes: #828805)
-- Sergio Durigan Junior <email address hidden> Sat, 02 Jul 2016 08:21:18 -0400