mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python: unbreak hashlib
This commit is contained in:
parent
bb71b0049b
commit
40e07b3230
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
pkgname=python
|
pkgname=python
|
||||||
version=2.7.18.9
|
version=2.7.18.9
|
||||||
revision=1
|
revision=2
|
||||||
_commit=76f11e17a26f8cc28f8336303b26cb503710fa7d
|
_commit=76f11e17a26f8cc28f8336303b26cb503710fa7d
|
||||||
pycompile_dirs="usr/lib/python2.7"
|
pycompile_dirs="usr/lib/python2.7"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -59,6 +59,7 @@ do_configure() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
export PATH="$PATH:$wrksrc/hostpython"
|
export PATH="$PATH:$wrksrc/hostpython"
|
||||||
|
export AS_DEPENDENCIES_DIR="${XBPS_CROSS_BASE}/"
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue