mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3: rebuild for libxcrypt
This commit is contained in:
parent
437e46a319
commit
da818a494e
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
pkgname=python3
|
pkgname=python3
|
||||||
version=3.12.1
|
version=3.12.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
|
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
|
||||||
--enable-loadable-sqlite-extensions --with-computed-gotos
|
--enable-loadable-sqlite-extensions --with-computed-gotos
|
||||||
|
@ -36,6 +36,10 @@ alternatives="
|
||||||
python:python:/usr/bin/python${version%.*}
|
python:python:/usr/bin/python${version%.*}
|
||||||
python:python.1:/usr/share/man/man1/python${version%.*}.1"
|
python:python.1:/usr/share/man/man1/python${version%.*}.1"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" python3"
|
hostmakedepends+=" python3"
|
||||||
configure_args+=" --with-build-python=python${py3_ver}"
|
configure_args+=" --with-build-python=python${py3_ver}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue