aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/python/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-23 02:02:25 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-23 02:02:25 +0800
commita5a291e17886e6b1b60638ca9615780cdd290fb3 (patch)
treeca4d1852330e24fde7192feb2af0f11b89b89416 /repos/extra/python/abuild
parent07f449010eea94a2b443ab8fb31333367d09d3c2 (diff)
downloadalicelinux-a5a291e17886e6b1b60638ca9615780cdd290fb3.tar.gz
alicelinux-a5a291e17886e6b1b60638ca9615780cdd290fb3.zip
python: added libressl support patch
Diffstat (limited to 'repos/extra/python/abuild')
-rwxr-xr-x[-rw-r--r--]repos/extra/python/abuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/python/abuild b/repos/extra/python/abuild
index 257fab96..9ecef6e1 100644..100755
--- a/repos/extra/python/abuild
+++ b/repos/extra/python/abuild
@@ -1,7 +1,8 @@
name=python
version=3.13.2
release=1
-source="https://www.$name.org/ftp/$name/$version/Python-$version.tar.xz"
+source="https://www.$name.org/ftp/$name/$version/Python-$version.tar.xz
+ libressl.diff"
build_opt="--without-ensurepip
--enable-shared
--with-system-expat
@@ -28,4 +29,3 @@ build() {
make DESTDIR=$PKG install
ln -s python3 $PKG/usr/bin/python
}
-