diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-25 10:05:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-25 10:05:31 +0300 |
commit | df5d3845d5f3100e41f27ba33d1868fe856e8894 (patch) | |
tree | 6fe1b1d7d2fa9d69efb331450f51fb5fdf49cc07 /extra/python/build | |
parent | 6d92861076b7bb82fed0376209a7d9459fe9e5d8 (diff) | |
download | repository-df5d3845d5f3100e41f27ba33d1868fe856e8894.tar.gz |
python: bump to 3.8.6
Diffstat (limited to 'extra/python/build')
-rwxr-xr-x | extra/python/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/python/build b/extra/python/build index 19d7173b..ba2b93bf 100755 --- a/extra/python/build +++ b/extra/python/build @@ -5,6 +5,7 @@ patch -p1 < python3-always-pip.patch ./configure \ --prefix=/usr \ --enable-shared \ + --enable-static \ --with-system-expat \ --with-system-ffi \ --with-ensurepip=yes |