-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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
base: main
Are you sure you want to change the base?
Conversation
Use GDBM_CFLAGS and GDBM_LIBS for all gdbm related checks.
dnl check for _dbmmodule.c dependencies | ||
dnl ndbm, gdbm_compat, libdb | ||
AC_CHECK_HEADERS([ndbm.h], [ |
There was a problem hiding this comment.
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.
Hm, the fix is not so straightforward as I thought; I'll have to look more closely at this. |
There was a problem hiding this 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
Yeah interested in that CI failure — seems fine otherwise. |
Use GDBM_CFLAGS and GDBM_LIBS for all gdbm related checks.