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(main/libmcrypt): fix building with ./build-all.sh #22005

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

twaik
Copy link
Member

@twaik twaik commented Oct 28, 2024

Fix for error: call to undeclared library function 'memmove/calloc/malloc/memcpy/free/sprintf/etc.' during running build-all.sh Probably it would be easier to add -Wimplicit-function-declaration to CFLAGS, but this solution feels more correct.

Related to #21130.

I will merge this in 36 hours if nobody minds or after it gets 2+ approves.

Fix for `error: call to undeclared library function 'memmove/calloc/malloc/memcpy/free/sprintf/etc.'` during running `build-all.sh`
Probably it would be easier to add `-Wimplicit-function-declaration` to `CFLAGS`, but this solution feels more correct.

Related to #21130.

I will merge this in 36 hours if nobody minds or after it gets 2+ approves.
@twaik twaik merged commit f9700db into master Oct 29, 2024
7 checks passed
@twaik twaik deleted the libmcrypt-fix-build-all-sh branch October 29, 2024 19:35
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.

2 participants