mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
compile the new libgsasl with supportting three modes(privacy/integrity/authentication)
This commit is contained in:
parent
48e662981c
commit
6de7590af4
@ -113,4 +113,8 @@ if (TARGET ch_contrib::krb5)
|
||||
target_compile_definitions(_gsasl PRIVATE HAVE_GSSAPI_H=1 USE_GSSAPI=1)
|
||||
endif()
|
||||
|
||||
if (TARGET OpenSSL::SSL)
|
||||
target_link_libraries(_gsasl PRIVATE OpenSSL::Crypto OpenSSL::SSL)
|
||||
endif()
|
||||
|
||||
add_library(ch_contrib::gsasl ALIAS _gsasl)
|
||||
|
Loading…
Reference in New Issue
Block a user