Browse Source

glib-networking: fixed if ca-certificates is installed effectively

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

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

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

Loading…
Cancel
Save