|
|
@ -13,6 +13,6 @@ |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
# CA certificates support |
|
|
|
# CA certificates support |
|
|
|
if ! pkginstalled ca-certificates; then |
|
|
|
if ! pkginstalled -f ca-certificates; then |
|
|
|
var_append extraconfopt ' ' '--without-ca-certificates' |
|
|
|
var_append extraconfopt ' ' '--without-ca-certificates' |
|
|
|
fi |
|
|
|
fi |
|
|
|