diff options
Diffstat (limited to 'Ports/python3/package.sh')
-rwxr-xr-x | Ports/python3/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/python3/package.sh b/Ports/python3/package.sh index b5379ff39a..965b49ac39 100755 --- a/Ports/python3/package.sh +++ b/Ports/python3/package.sh @@ -30,6 +30,7 @@ depends=( ) configopts=( '--disable-ipv6' + '--enable-shared' '--without-ensurepip' '--with-build-python=python3' 'ac_cv_file__dev_ptmx=no' |