|
|
@ -15,4 +15,6 @@ |
|
|
|
# CA certificates support |
|
|
|
# CA certificates support |
|
|
|
if ! pkginstalled -f ca-certificates; then |
|
|
|
if ! pkginstalled -f ca-certificates; then |
|
|
|
var_append extraconfopt ' ' '--without-ca-certificates' |
|
|
|
var_append extraconfopt ' ' '--without-ca-certificates' |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--with-ca-certificates=$( pkgprefix -r sysconfdir ca-certificates )/ssl/cert.pem" |
|
|
|
fi |
|
|
|
fi |
|
|
|