From a5a291e17886e6b1b60638ca9615780cdd290fb3 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sun, 23 Feb 2025 02:02:25 +0800 Subject: python: added libressl support patch --- repos/extra/python/abuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 repos/extra/python/abuild (limited to 'repos/extra/python/abuild') diff --git a/repos/extra/python/abuild b/repos/extra/python/abuild old mode 100644 new mode 100755 index 257fab96..9ecef6e1 --- 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 } - -- cgit v1.2.3