Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
2a7273b7
Commit
2a7273b7
authored
Mar 18, 2016
by
Steven Murray
Browse files
Attempting to correct the packaging of libctacatalogue.so
parent
81c187d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
catalogue/CMakeLists.txt
View file @
2a7273b7
...
...
@@ -36,6 +36,8 @@ set (CATALOGUE_LIB_SRC_FILES
add_library
(
ctacatalogue SHARED
${
CATALOGUE_LIB_SRC_FILES
}
)
install
(
TARGETS ctacatalogue DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
target_link_libraries
(
ctacatalogue
${
ORACLE-INSTANTCLIENT_LIBRARIES
}
${
SQLITE_LIBRARIES
}
)
...
...
cta.spec.in
View file @
2a7273b7
...
...
@@ -121,6 +121,7 @@ CERN Tape Archive:
The shared libraries
%files -n cta-lib
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/libctacatalogue.so
%attr(0755,root,root) %{_libdir}/libctacommon.so
%attr(0755,root,root) %{_libdir}/libctanameserver.so
%attr(0755,root,root) %{_libdir}/libctaremotens.so
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment