mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python: rebuild with libxcrypt
This commit is contained in:
parent
448a4f7bc4
commit
501d755330
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
pkgname=python
|
pkgname=python
|
||||||
version=2.7.18.7
|
version=2.7.18.7
|
||||||
revision=4
|
revision=5
|
||||||
_commit=937f6fc83dc2f7f7156f69c993bc017a26e4f5bd
|
_commit=937f6fc83dc2f7f7156f69c993bc017a26e4f5bd
|
||||||
pycompile_dirs="usr/lib/python2.7"
|
pycompile_dirs="usr/lib/python2.7"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -25,6 +25,10 @@ alternatives="
|
||||||
python:python:/usr/bin/python2.7
|
python:python:/usr/bin/python2.7
|
||||||
python:python.1:/usr/share/man/man1/python2.7.1"
|
python:python.1:/usr/share/man/man1/python2.7.1"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Ensure that internal copies of expat, libffi and zlib are not used.
|
# Ensure that internal copies of expat, libffi and zlib are not used.
|
||||||
rm -r Modules/expat
|
rm -r Modules/expat
|
||||||
|
|
Loading…
Add table
Reference in a new issue