Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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 ourterms of service andprivacy 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 theGDBM_*
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. |
Uh oh!
There was an error while loading.Please reload this page.
Use GDBM_CFLAGS and GDBM_LIBS for all gdbm related checks.