Skip to content

Commit

Permalink
[SSI] Package Lib and ShMap with client.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Dec 9, 2019
1 parent 699946e commit 978cefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packaging/rhel/xrootd.spec.in
Expand Up @@ -742,6 +742,8 @@ fi
%{_libdir}/libXrdFfs.so.2*
%{_libdir}/libXrdPosix.so.2*
%{_libdir}/libXrdPosixPreload.so.1*
%{_libdir}/libXrdSsiLib.so.*
%{_libdir}/libXrdSsiShMap.so.*
%{_sysconfdir}/xrootd/client.plugins.d/client-plugin.conf.example
%config(noreplace) %{_sysconfdir}/xrootd/client.conf
# This lib may be used for LD_PRELOAD so the .so link needs to be included
Expand Down Expand Up @@ -774,9 +776,7 @@ fi
%{_libdir}/libXrdOssSIgpfsT-5.so
%{_libdir}/libXrdServer.so.*
%{_libdir}/libXrdSsi-5.so
%{_libdir}/libXrdSsiLib.so.*
%{_libdir}/libXrdSsiLog-5.so
%{_libdir}/libXrdSsiShMap.so.*
%{_libdir}/libXrdThrottle-5.so
%{_libdir}/libXrdCmsRedirectLocal-5.so

Expand Down
1 change: 0 additions & 1 deletion src/XrdSsi.cmake
Expand Up @@ -51,7 +51,6 @@ XrdSsi/XrdSsiUtils.cc XrdSsi/XrdSsiUtils.hh)
target_link_libraries(
XrdSsiLib
XrdCl
XrdServer
XrdUtils
pthread )

Expand Down

0 comments on commit 978cefa

Please sign in to comment.