Skip to content

Commit

Permalink
[#1926] workaround for newer openssl on ub18
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed May 19, 2020
1 parent 9d2e456 commit bbd101b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ endif()
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -stdlib=libc++ -Wl,-z,defs")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -stdlib=libc++ -Wl,-z,defs")
add_compile_options(-nostdinc++ -Wall -Wextra -Werror)
add_compile_options(-Wno-unused-function) # due to OPENSSL_NO_DEPRECATED_1_1_0
add_compile_options(-Wno-unused-parameter) # Until fix of irods_re_plugin.hpp
add_compile_options(-Wno-unneeded-internal-declaration) # Until fix of https://github.com/irods/irods/issues/3396
link_libraries(c++abi curl xml2 crypto pthread)
Expand Down

0 comments on commit bbd101b

Please sign in to comment.