Browse Source

psi: changed to not use bundled qca if it is provided by the system

stable/0.2
Christian Wiese 14 years ago
parent
commit
31b87045d1
  1. 4
      network/psi/psi.conf

4
network/psi/psi.conf

@ -25,3 +25,7 @@ postmake_psi () {
#hook_add postmake 3 postmake_psi
# do not use the bundled qca if qca is installed
if pkginstalled -f qca2; then
var_append extraconfopt ' ' "--disable-bundled-qca"
fi

Loading…
Cancel
Save