mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +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
|
||||
version=3.12.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style="gnu-configure"
|
||||
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
|
||||
--enable-loadable-sqlite-extensions --with-computed-gotos
|
||||
|
@ -36,6 +36,10 @@ alternatives="
|
|||
python:python:/usr/bin/python${version%.*}
|
||||
python:python.1:/usr/share/man/man1/python${version%.*}.1"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" python3"
|
||||
configure_args+=" --with-build-python=python${py3_ver}"
|
||||
|
|
Loading…
Add table
Reference in a new issue