-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDFlags missing ' -lpython2.7' #668
Comments
From a quick check, it looks like none of the recipe classes automatically add this (although I thought they did) - does that look the same to you? I don't think there's a reason not to link it automatically in the compiled ones, so if that's right then let's add it in their get_recipe_env. |
Yes I also noticed python linking flags seem to be missing in parent recipes. I think it would greatly improve code base quality and recipes reliability to tackle that one. |
In case of the PyLevelDB recipe if I comment this line:
it breaks on runtime with this error:
It somehow is not added automatically apparently...
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: