From 31b87045d197521b6148bef530cd1dd8e5f01476 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 15 May 2011 02:08:51 +0200 Subject: [PATCH] psi: changed to not use bundled qca if it is provided by the system --- network/psi/psi.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/network/psi/psi.conf b/network/psi/psi.conf index 6ecdd1674..78faa6e59 100644 --- a/network/psi/psi.conf +++ b/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