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

automake: Consistently include $(AM_CFLAGS) in target-specific CFLAGS #5149

Merged
merged 2 commits into from
Oct 27, 2022

Conversation

smcv
Copy link
Collaborator

@smcv smcv commented Oct 25, 2022

  • revokefs: Remove incorrect libglnx include directory

    revokefs already gets the correct include directory from the AM_CPPFLAGS.
    This would also break the build with -Werror=missing-include-dirs.

  • automake: Consistently include $(AM_CFLAGS) in target-specific CFLAGS

    When built for i386 with Autotools, this would have detected the format
    string issue fixed in revokefs: Use correct format string for a ssize_t #5148.

@smcv smcv marked this pull request as draft October 25, 2022 08:35
revokefs already gets the correct include directory from the AM_CPPFLAGS.
This would also break the build with -Werror=missing-include-dirs.

Signed-off-by: Simon McVittie <smcv@collabora.com>
When built for i386 with Autotools, this would have detected the format
string issue fixed in flatpak#5148.

Signed-off-by: Simon McVittie <smcv@collabora.com>
@smcv smcv marked this pull request as ready for review October 25, 2022 08:59
@smcv smcv merged commit de4de4d into flatpak:main Oct 27, 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.

None yet

2 participants