mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
Ports: Build Python with libuuid
This makes the _uuid module work :^)
This commit is contained in:
parent
8b3e1c0016
commit
6b15faed30
3 changed files with 18 additions and 3 deletions
|
@ -16,7 +16,7 @@ launcher_run_in_terminal="true"
|
|||
icon_file="../launcher.ico" # This is an older icon that's downloaded separately, so we need to go outside of $workdir
|
||||
|
||||
# We could also add `openssl` here, but the _ssl modules doesn't build at the moment
|
||||
depends="bzip2 libffi ncurses readline sqlite termcap zlib"
|
||||
depends="bzip2 libffi libuuid 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
Add a link
Reference in a new issue