perl: fixed host compilation of static perl on MacOS
authorJakub Piotr Cłapa <jpc@loee.pl>
Thu, 22 Aug 2019 08:55:03 +0000 (10:55 +0200)
committerJakub Piotr Cłapa <jpc@loee.pl>
Sun, 10 Nov 2019 13:09:56 +0000 (14:09 +0100)
commitb83b26c33d83fb5fe0ad1b6f665404a3eeb9c57f
tree2dbdd822077c8eefdefbb475b964fbfec047210a
parentf496ed58d3bdcc8f3725f5093384a472fb8d0751
perl: fixed host compilation of static perl on MacOS

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>
lang/perl/Makefile
lang/perl/patches/301-fix_macos_static_linking.patch [new file with mode: 0644]