mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +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'
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue