Skip to content

gh-129388: Use user supplied env vars when checking for gdbm deps #129389

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jan 28, 2025

Use GDBM_CFLAGS and GDBM_LIBS for all gdbm related checks.

Use GDBM_CFLAGS and GDBM_LIBS for all gdbm related checks.
Comment on lines +4408 to +4410
dnl check for _dbmmodule.c dependencies
dnl ndbm, gdbm_compat, libdb
AC_CHECK_HEADERS([ndbm.h], [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're fine keeping this inside the GDBM_* env flag context, since this check also encompasses GDBM compat.

@erlend-aasland erlend-aasland added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Jan 28, 2025
@erlend-aasland erlend-aasland requested a review from zanieb January 28, 2025 08:53
@erlend-aasland
Copy link
Contributor Author

Hm, the fix is not so straightforward as I thought; I'll have to look more closely at this.

Copy link
Contributor

@zanieb zanieb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me

@zanieb
Copy link
Contributor

zanieb commented Jan 28, 2025

Yeah interested in that CI failure — seems fine otherwise.

@tomasr8 tomasr8 removed the needs backport to 3.12 only security fixes label Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants