root: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:27:42 -07:00 committed by classabbyamp
parent 4fb6872577
commit 1f2a895659

View file

@ -1,7 +1,7 @@
# Template file for 'root'
pkgname=root
version=6.30.02
revision=1
revision=2
# Only i686 and x86_64 seem to be officially supported
archs="i686* x86_64*"
build_style=cmake
@ -34,6 +34,10 @@ python_version=3
shlib_provides="libCore.so libTree.so libRIO.so libMatrix.so libThread.so
libTMVA.so libMathCore.so"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
case "$XBPS_TARGET_MACHINE" in
*-musl)
configure_args+=" -Dssl=OFF -Droot7=OFF -Droofit=OFF"