Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix(security): fix bug in building cyrus-sasl (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 authored Sep 9, 2020
1 parent 4058664 commit be8975a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,13 +313,16 @@ ExternalProject_Add(cyrus-sasl
http://www.cyrusimap.org/releases/cyrus-sasl-2.1.27.tar.gz
URL_MD5 a33820c66e0622222c5aefafa1581083
CONFIGURE_COMMAND ./configure --prefix=${TP_OUTPUT}
--enable-gssapi=$TP_OUTPUT
--enable-gssapi=${TP_OUTPUT}
--enable-scram=no
--enable-digest=no
--enable-cram=no
--enable-otp=no
BUILD_COMMAND make
INSTALL_COMMAND make install
BUILD_IN_SOURCE 1
)
add_dependencies(cyrus-sasl krb5)

ExternalProject_Add(http-parser
URL ${OSS_URL_PREFIX}/http-parser-2.9.4.zip
Expand Down

0 comments on commit be8975a

Please sign in to comment.