From 4fb68725779424377035b919a6406889ef9630ae Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 14:24:23 -0700 Subject: [PATCH] xrootd: rebuild for libxcrypt --- srcpkgs/xrootd/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xrootd/template b/srcpkgs/xrootd/template index ceff8fe1823..5fb1164c2ed 100644 --- a/srcpkgs/xrootd/template +++ b/srcpkgs/xrootd/template @@ -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