conda-forge / perl-feedstock

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

Fix lddlflags #61

Closed isuruf closed 1 year ago

isuruf commented 1 year ago

Checklist

Fixes https://github.com/conda-forge/perl-feedstock/issues/59

conda-forge-webservices[bot] commented 1 year 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.

github-actions[bot] commented 1 year ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!

croth1 commented 1 year ago

@isuruf - thanks so much for your continuous support on this. After the update, there are still some minor traces of bad flags left:

lddlflags='-pie -headerpad_max_install_names -dead_strip_dylibs ,/Users/christian/repo/gnc-importer/.pixi/env/lib -L/Users/christian/repo/gnc-importer/.pixi/env/lib   -bundle -undefined dynamic_lookup  '

When I remove ,/Users/christian/repo/gnc-importer/.pixi/env/lib from Config_heavy.pl, the compiler seems to workl :)