Skip to content
Snippets Groups Projects
Commit 63c48aa4 authored by Eric Cano's avatar Eric Cano
Browse files

Added missing -lz flag for linking of rfiod. It linked OK without it in SLC6...

Added missing -lz flag for linking of rfiod. It linked OK without it in SLC6 though, but I leave it in.
parent 6d7381a8
Branches
Tags
No related merge requests found
......@@ -89,7 +89,7 @@ add_executable(rfiod ${RFIOD_SRC_FILES})
target_link_libraries(rfiod castorcommon castorns castordlf castorsecurity
castorclient castorrfio)
set_target_properties(rfiod PROPERTIES
LINK_FLAGS "-lcrypto -ldl")
LINK_FLAGS "-lcrypto -ldl -lz")
install(TARGETS rfiod DESTINATION ${CASTOR_DEST_BIN_DIR})
CastorInstallExeManPage(rfiod)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment