xrootd: add patch for when libraries are installed in lib64 (#37858)

Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
Juan Miguel Carceller 2023-05-29 10:36:57 +02:00 committed by GitHub
parent 77ce4701b9
commit 27c8135207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,12 @@ class Xrootd(CMakePackage):
sha256="969f8b07edff42449ad76b02f3e57d93b8d6c829be1ba14bccf831c27bc971e1",
when="@5.5.3",
)
# https://github.com/xrootd/xrootd/pull/2013
patch(
"https://patch-diff.githubusercontent.com/raw/xrootd/xrootd/pull/2013.patch?full_index=1",
sha256="3596f45234c421abb00d0d0539033207596587f00b2d35897da8ba3302811bba",
when="@5.5.0:5.5.5",
)
# do not use systemd
patch("no-systemd-pre-5.5.2.patch", when="@:5.5.1")