1
0
Fork 0

add possibility to force static openssl linking

This commit is contained in:
Wilfried Goesgens 2016-11-22 13:25:31 +01:00
parent ab77244b67
commit cfffc43455
1 changed files with 6 additions and 0 deletions

View File

@ -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)