-
Notifications
You must be signed in to change notification settings - Fork 463
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
Some improvements #678
Some improvements #678
Conversation
ae6713e
to
661fd96
Compare
I added a fixup patch to give the compiler a chance to warn if @sjaeckel, you know how to handle such commits, yeah? |
Signed-off-by: Steffen Jaeckel <[email protected]>
* `CONSTPTR()` must be 32bit. * `CRYPT_HASH_OVERFLOW` test operates on `unsigned long`, which is only 32bit wide on x32. Signed-off-by: Steffen Jaeckel <[email protected]>
* Add at least a `-h` option, sometimes more. * Fix the exit codes of some of them. * Make them all compile with `LTC_EASY`. Signed-off-by: Steffen Jaeckel <[email protected]>
... at least at compile time. Signed-off-by: Steffen Jaeckel <[email protected]>
There are cases where we want to use an MPI provider, but the package is not installed in the system, so `pkg-config` can't find it. To solve this simply ignore the errors created and only print something if the user asks us to by passing `V=1`. Signed-off-by: Steffen Jaeckel <[email protected]>
0446a75
to
87ff205
Compare
Fixes 2400883 Signed-off-by: Steffen Jaeckel <[email protected]>
Thanks! I've added one more patch with what resulted in the build failures of the previous PR, + one more clean-up patch. |
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.
Saw what you did. Looks fine by me
Some more improvements on top of #677
@gregoa could you please check if this fixes the x32 build I've seen happening on Debian?