diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2023-10-27 17:07:30 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-10-27 18:29:29 +0200 |
commit | 297e26122cb1561e7820978ac3e5a8f4f5204944 (patch) | |
tree | 0c0b0c79c6f7705ed4cc40447299c435f26215e5 | |
parent | net-libs/xrootd: drop 5.5.5-r1, 5.6.1 (diff) | |
download | gentoo-297e26122cb1561e7820978ac3e5a8f4f5204944.tar.gz gentoo-297e26122cb1561e7820978ac3e5a8f4f5204944.tar.bz2 gentoo-297e26122cb1561e7820978ac3e5a8f4f5204944.zip |
net-libs/xrootd: install XrdNetPMark.hh header
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
-rw-r--r-- | net-libs/xrootd/files/xrootd-5.6.3-add-pmark-header.patch | 13 | ||||
-rw-r--r-- | net-libs/xrootd/xrootd-5.6.3-r1.ebuild (renamed from net-libs/xrootd/xrootd-5.6.3.ebuild) | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/net-libs/xrootd/files/xrootd-5.6.3-add-pmark-header.patch b/net-libs/xrootd/files/xrootd-5.6.3-add-pmark-header.patch new file mode 100644 index 000000000000..9731e7da16a5 --- /dev/null +++ b/net-libs/xrootd/files/xrootd-5.6.3-add-pmark-header.patch @@ -0,0 +1,13 @@ + + Add XrdNetPMark.hh to set of public headers + +--- a/src/XrdHeaders.cmake ++++ b/src/XrdHeaders.cmake +@@ -21,6 +21,7 @@ set( XROOTD_PUBLIC_HEADERS + XrdNet/XrdNetCmsNotify.hh + XrdNet/XrdNetConnect.hh + XrdNet/XrdNetOpts.hh ++ XrdNet/XrdNetPMark.hh + XrdNet/XrdNetSockAddr.hh + XrdNet/XrdNetSocket.hh + XrdOuc/XrdOucBuffer.hh diff --git a/net-libs/xrootd/xrootd-5.6.3.ebuild b/net-libs/xrootd/xrootd-5.6.3-r1.ebuild index 5d7a5ba3b531..52f4603174e4 100644 --- a/net-libs/xrootd/xrootd-5.6.3.ebuild +++ b/net-libs/xrootd/xrootd-5.6.3-r1.ebuild @@ -75,6 +75,7 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-4.8.3-crc32.patch "${FILESDIR}"/${PN}-5.4.3-python_tests_py3.patch + "${FILESDIR}"/${PN}-5.6.3-add-pmark-header.patch ) # xrootd plugins are not intended to be linked with, |