| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @tiran for commit 73438e406438b95b299ddc37d4e8867053fbadfc 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @tiran for commit dad6caa04c8a9ed153341a7ad644cb831f0d02ef 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
Signed-off-by: Christian Heimes <christian@python.org>
There was a problem hiding this comment.
I left some comments about configure.ac (I haven't looked at the setup.py changes yet)
Sorry, something went wrong.
| AC_CHECK_LIB([ndbm], [dbm_open]) | ||
| LIBS="$LIBS_SAVE" | ||
| AC_CHECK_LIB([gdbm_compat], [dbm_open]) |
There was a problem hiding this comment.
I wonder if we can fold these into:
| AC_CHECK_LIB([ndbm], [dbm_open]) | |
| LIBS="$LIBS_SAVE" | |
| AC_CHECK_LIB([gdbm_compat], [dbm_open]) | |
| AC_SEARCH_LIBS([dbm_open], [ndbm gdbm_compat]) |
Sorry, something went wrong.
There was a problem hiding this comment.
AC_SEARCH_LIBS() does not create HAVE_LIBFOO entries.
Sorry, something went wrong.
There was a problem hiding this comment.
Ah, that's unfortunate.
Sorry, something went wrong.
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
There was a problem hiding this comment.
LGTM. Is it worth it to document the USE_* defines in whatsnew?
Sorry, something went wrong.
It's an internal detailed of the build system and not user-facing. |
Sorry, something went wrong.
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
| Back | FazBrowse Home | New Git URL |
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue45747