From 40e07b3230afca6cc7322644b1235bd3d414ff7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 25 Jul 2024 21:26:36 +0200 Subject: [PATCH] python: unbreak hashlib --- srcpkgs/python/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python/template b/srcpkgs/python/template index f6e5b29f3fc..57e2d76db0a 100644 --- a/srcpkgs/python/template +++ b/srcpkgs/python/template @@ -4,7 +4,7 @@ # pkgname=python version=2.7.18.9 -revision=1 +revision=2 _commit=76f11e17a26f8cc28f8336303b26cb503710fa7d pycompile_dirs="usr/lib/python2.7" hostmakedepends="pkg-config" @@ -59,6 +59,7 @@ do_configure() { do_build() { export PATH="$PATH:$wrksrc/hostpython" + export AS_DEPENDENCIES_DIR="${XBPS_CROSS_BASE}/" make ${makejobs} }