|
@ -17,3 +17,11 @@ |
|
|
if [ "$SDECFG_STATIC" = "1" ] ; then |
|
|
if [ "$SDECFG_STATIC" = "1" ] ; then |
|
|
var_insert confopt " " "--disable-shared" |
|
|
var_insert confopt " " "--disable-shared" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# we don't have a bundle, it can't be disabled on runtime |
|
|
|
|
|
# and if it's empty it fails to verify anything regardless |
|
|
|
|
|
# the capath |
|
|
|
|
|
var_append extraconfopt ' ' '--without-ca-bundle' |
|
|
|
|
|
if pkginstalled openssl; then |
|
|
|
|
|
var_append extraconfopt ' ' '--with-ca-path=/etc/ssl/certs' |
|
|
|
|
|
fi |