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

Update makefiles to address impl func warnings on linux. #123

Merged
merged 4 commits into from
Apr 22, 2022

Conversation

jakcron
Copy link
Collaborator

@jakcron jakcron commented Apr 20, 2022

About

This addresses issue #122 where functions were not defined properly on Linux targets when building MakeROM (causing segfaults):

  • strdup() in makerom/deps/libyaml/src/api.c
  • truncate() in makerom/src/utils.c

Changes

  • Bump version to v0.18.3
  • [BuildSystem] makefile for makerom and libyaml updated to define -D_GNU_SOURCE for linux builds.

@jakcron jakcron merged commit ac9c607 into master Apr 22, 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.

1 participant