Browse Source

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

stable/0.2
Christian Wiese 14 years ago
parent
commit
f75ecc25c6
  1. 2
      network/glib-networking/glib-networking.conf

2
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