Skip to content
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

Fix detection of endianness #100

Merged
merged 1 commit into from
Nov 11, 2022
Merged

Fix detection of endianness #100

merged 1 commit into from
Nov 11, 2022

Conversation

Jakuje
Copy link
Contributor

@Jakuje Jakuje commented Nov 11, 2022

The non-underscored constants in endian.h only if the __USE_MISC is defined for some reason. This fixes the failing tests on s390x during the build in copr:
https://copr.fedorainfracloud.org/coprs/jjelen/pkcs11-provider/monitor/

Fixes #96

The non-underscored constants in endian.h only if the __USE_MISC is
defined for some reason. This fixes the failing tests on s390x during
the build in copr.

Fixes latchset#96

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
@simo5
Copy link
Member

simo5 commented Nov 11, 2022

Nice!
Thanks!

@simo5 simo5 merged commit 3e13884 into latchset:main Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests fail on s390x
2 participants