xrootd: rebuild for libxcrypt
This commit is contained in:
parent
c1b205bf68
commit
4fb6872577
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xrootd'
|
||||
pkgname=xrootd
|
||||
version=5.5.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_TESTS=ON -DCMAKE_BUILD_TYPE=Release"
|
||||
hostmakedepends="pkgconf"
|
||||
|
@ -18,4 +18,6 @@ checksum=0710caae527082e73d3bf8f9d1dffe95808afd3fcaaaa15ab0b937b8b226bc1f
|
|||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
|
||||
makedepends+=" libexecinfo-devel"
|
||||
elif [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue