Ports: Build Python with ncurses and termcap
Neither the _curses nor the termios module builds to completion currently due to some missing functions, but we can let it try nonetheless - it'll likely get fixed at some point :^)
This commit is contained in:
parent
b2d68913d3
commit
c77215fc61
Notes:
sideshowbarker
2024-07-18 09:26:28 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/c77215fc617 Pull-request: https://github.com/SerenityOS/serenity/pull/8595
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@ auth_type="sig"
|
|||
auth_import_key="E3FF2839C048B25C084DEBE9B26995E310250568"
|
||||
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="bzip2 libffi readline sqlite zlib"
|
||||
# We could also add `openssl` here, but the _ssl modules doesn't build at the moment
|
||||
depends="bzip2 libffi ncurses readline sqlite termcap 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
Reference in a new issue