aboutsummaryrefslogtreecommitdiff
path: root/lang/perl/patches/301-fix_macos_static_linking.patch
Commit message (Collapse)AuthorAge
* perl: fixed host compilation of static perl on MacOSJakub Piotr Cłapa2019-11-10
All symbols on MacOS are prefixed with an underscore which interfered with the filtering mechanism (added in perl 5.28) for extension libraries to be linked into static perl. Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>