mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Ports: Build Python with bzip2
This makes the _bz2 module work :^)
This commit is contained in:
parent
5e3af8b7db
commit
3b863561d7
Notes:
sideshowbarker
2024-07-18 09:26:35 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/3b863561d72 Pull-request: https://github.com/SerenityOS/serenity/pull/8595
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ auth_opts="Python-${version}.tar.xz.asc Python-${version}.tar.xz"
|
|||
|
||||
# We could also add `ncurses`/`termcap` and `openssl` here, but neither of the _curses nor _ssl
|
||||
# modules build at the moment even with those available, so it's pointless.
|
||||
depends="libffi readline zlib"
|
||||
depends="bzip2 libffi readline zlib"
|
||||
|
||||
# FIXME: --enable-optimizations results in lots of __gcov_* linker errors
|
||||
configopts="--disable-ipv6 --without-ensurepip ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no"
|
||||
|
|
Loading…
Reference in a new issue