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)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 10 Nov 2019 17:28:23 +0000 (18:28 +0100)
commit91da56a94211425b2eb3d1465200b09051e66139
tree1013eead75836fd3c00adc189f7860853ad0af94
parentbb00671ad423188bf0b5995230019bf237fb874b
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>
(cherry-picked from commit 3954356)
lang/perl/Makefile
lang/perl/patches/301-fix_macos_static_linking.patch [new file with mode: 0644]