summaryrefslogtreecommitdiffstats
path: root/crypto/qca2/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/qca2/BUILD')
-rwxr-xr-xcrypto/qca2/BUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/crypto/qca2/BUILD b/crypto/qca2/BUILD
index e856712721..8cacd51efa 100755
--- a/crypto/qca2/BUILD
+++ b/crypto/qca2/BUILD
@@ -1,3 +1,6 @@
-# add missing subdir
-mkdir -p $SOURCE_DIRECTORY/plugins &&
-qt4_build
+QTDIR=/usr &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+export QTDIR=/usr &&
+./configure --prefix=/usr $OPTS &&
+qmake qca.pro &&
+make