From: | dam [...] cpan.org |
Subject: | [PATCH] Remove uneeded libs from linker arguments |
In Debian we are currently applying the attached patch to
Wx-Scintilla.
We thought you might be interested in it too.
The patch removes almost all libraries from the linker arguments,
leaving only '-lm'. These libraries are not used by WX::Scintilla
directly and linking with them only adds additional dependencies to
the package.
With this patch applied, Wx::Scintilla still functions as before,
because the Wx library is linked with the libraries it needs.
I am not sure how is the situation on other platforms, but in case you
find it useful, the patch is here.
Thanks for considering,
Damyan Ivanov,
Debian Perl Group