mirror of https://gitee.com/bigwinds/arangodb
add possibility to force static openssl linking
This commit is contained in:
parent
ab77244b67
commit
cfffc43455
|
@ -339,6 +339,12 @@ while [ $# -gt 0 ]; do
|
|||
CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DRPM_DISTRO=$1"
|
||||
shift
|
||||
;;
|
||||
|
||||
--staticOpenSSL)
|
||||
shift
|
||||
CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DOPENSSL_USE_STATIC_LIBS=TRUE"
|
||||
shift
|
||||
;;
|
||||
|
||||
|
||||
--enterprise)
|
||||
|
|
Loading…
Reference in New Issue