mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +00:00
Ports: Build python3 with zlib
With the right include paths and linker flags, the _zlib module now builds & works. :^)
This commit is contained in:
parent
404dab5383
commit
de676bbf97
2 changed files with 3 additions and 2 deletions
|
@ -12,9 +12,9 @@ auth_type="sig"
|
|||
auth_import_key="E3FF2839C048B25C084DEBE9B26995E310250568"
|
||||
auth_opts="Python-${version}.tar.xz.asc Python-${version}.tar.xz"
|
||||
|
||||
# We could also add `ncurses`, `openssl`, and `zlib` here, but neither of the _curses, _ssl, and zlib
|
||||
# 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"
|
||||
depends="libffi zlib"
|
||||
|
||||
# FIXME: the --build value is detected correctly by the configure script (via config.guess in the Python source root),
|
||||
# but still needs to be set explicitly when cross compiling. Figure out how to not hardcode this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue