mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
Ports: Build Python with readline
This provides a *much* improved REPL experience :^)
This commit is contained in:
parent
123c2f2f7f
commit
5e3af8b7db
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 zlib"
|
||||
depends="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…
Add table
Add a link
Reference in a new issue