Browse Source

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

stable/0.2
Christian Wiese 13 years ago
parent
commit
31b87045d1
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      network/psi/psi.conf

+ 4
- 0
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