Browse Source

glib-networking: fixed to provide the full path to the ca-certificates file

stable/0.2
Christian Wiese 13 years ago
parent
commit
f75ecc25c6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      network/glib-networking/glib-networking.conf

+ 2
- 0
network/glib-networking/glib-networking.conf

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

Loading…
Cancel
Save