diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-10 00:37:06 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-10 11:13:02 +0100 |
commit | 3b863561d729afab97d5cd55ade2a30ef191fbbc (patch) | |
tree | 51320a364adf5e38ab7142541132dec167590003 /Ports/python3 | |
parent | 5e3af8b7db5dcad480373541033439a80013ca32 (diff) | |
download | serenity-3b863561d729afab97d5cd55ade2a30ef191fbbc.zip |
Ports: Build Python with bzip2
This makes the _bz2 module work :^)
Diffstat (limited to 'Ports/python3')
-rwxr-xr-x | Ports/python3/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/python3/package.sh b/Ports/python3/package.sh index 869f26aaf3..ba310968fb 100755 --- a/Ports/python3/package.sh +++ b/Ports/python3/package.sh @@ -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" |