aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/cmake/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/cmake/APKBUILD b/main/cmake/APKBUILD
index ea4ce1b5e2..6be2ba1228 100644
--- a/main/cmake/APKBUILD
+++ b/main/cmake/APKBUILD
@@ -42,6 +42,8 @@ prepare() {
build() {
cd "$_builddir"
+ # jsoncpp seems to need cmake to build so to avoid recursive build dep
+ # we use the bundled
./bootstrap --prefix=/usr \
--mandir=/share/man \
--datadir=/share/$pkgname \