perl: fixed host compilation of static perl on MacOS
authorJakub Piotr Cłapa <redacted>
Thu, 22 Aug 2019 08:55:03 +0000 (10:55 +0200)
committerJakub Piotr Cłapa <redacted>
Sun, 10 Nov 2019 09:48:38 +0000 (10:48 +0100)
commit3954356a23b4045caa9a8e2dfd9315c7a947d7ef
tree0b76917880433ead66289dfd7d13cb2d5355b0aa
parentb084ca69c9efdd9cf30f55aa9ee91bfa6455a904
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 <redacted>
lang/perl/Makefile
lang/perl/patches/301-fix_macos_static_linking.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT