-
Notifications
You must be signed in to change notification settings - Fork 3.8k
lm-sensors: pass TARGET_LDFLAGS to fix shared library link error #27980
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
Conversation
pprindeville
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@Jalakas Please shorten the title. |
|
Still fails. Likely one too many char. The new CI is really strict... @BKPepe |
So, what is the real limit then, 50 or 60? Couldn't this be more openly mentioned in https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md |
Hard to find. I only found out it yesterday... openwrt/actions-shared-workflows@842b7b6 |
Explicitly pass $(TARGET_LDFLAGS) to the build system to resolve MIPS linker errors related to missing -fPIC. Signed-off-by: Anari Jalakas <[email protected]>
@hnyman I understand your point, however there's always a "but"... If we allow it as in your example:
This was previously discussed in #27592 and also in openwrt/actions-shared-workflows#55 |
This is explained in https://openwrt.org/submitting-patches , I see too many pages for new contributors. |
|
I don't want to derail the whole PR with OT, but I'll reply to some of the comments. First of all there are the submissions guidelines, mentioned in the contribution guidelines:
As per the submissions guidelines:
So the real limit is 50. Making it a soft limit with a warning, and error at 60 is to get a tiny bit of leeway when things are slightly off for good reasons. We can enforce the real limit as per the above guidelines, of course. I didn't write the submissions guidelines, but I do feel it should be something that members of the project should encourage. The overall idea behind the checks is to improve the consistency and quality of the commit messages, since quite a few contributors don't follow the basic formatting, i.e. don't read either of the guidelines, despite the check in the template. Suggestions are welcome in the actions repo (please cc me). |

Package Details
Maintainer: @jow-
Description:
Explicitly pass $(TARGET_LDFLAGS) to the build system to resolve MIPS linker errors related to missing -fPIC.
Fixes:
Build Testing Details