conda-forge / perl-feedstock

A conda-smithy repository for perl.
BSD 3-Clause "New" or "Revised" License
3 stars 32 forks source link

Compile with -fPIC #20

Closed multimeric closed 5 years ago

multimeric commented 6 years ago

This will allow other recipes to compile shared objects with gcc -lperl, which currently fail with the error:

relocation R_X86_64_PC32 against symbol `PL_opargs' can not be used when making a shared object; recompile with -fPIC
conda-forge-linter commented 6 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jakirkham commented 5 years ago

PR ( https://github.com/conda-forge/perl-feedstock/pull/27 ) should have addressed this for new and legacy compilers. Could you please give that a try and report back?