mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
root: rebuild for libxcrypt
This commit is contained in:
parent
4fb6872577
commit
1f2a895659
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'root'
|
# Template file for 'root'
|
||||||
pkgname=root
|
pkgname=root
|
||||||
version=6.30.02
|
version=6.30.02
|
||||||
revision=1
|
revision=2
|
||||||
# Only i686 and x86_64 seem to be officially supported
|
# Only i686 and x86_64 seem to be officially supported
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -34,6 +34,10 @@ python_version=3
|
||||||
shlib_provides="libCore.so libTree.so libRIO.so libMatrix.so libThread.so
|
shlib_provides="libCore.so libTree.so libRIO.so libMatrix.so libThread.so
|
||||||
libTMVA.so libMathCore.so"
|
libTMVA.so libMathCore.so"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
configure_args+=" -Dssl=OFF -Droot7=OFF -Droofit=OFF"
|
configure_args+=" -Dssl=OFF -Droot7=OFF -Droofit=OFF"
|
||||||
|
|
Loading…
Add table
Reference in a new issue