diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-18 12:40:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-18 12:40:48 +0000 |
commit | 948b166b7599237fbf24af6577e0127ec842154f (patch) | |
tree | 6c76f0e1703dcb2690c2937041811d12d0c8c7c4 /main/cmake | |
parent | e26a2ca96dcb0647975dff448052dae32cec6406 (diff) | |
download | aports-948b166b7599237fbf24af6577e0127ec842154f.tar.bz2 aports-948b166b7599237fbf24af6577e0127ec842154f.tar.xz |
main/cmake: add comment on jsoncpp
Diffstat (limited to 'main/cmake')
-rw-r--r-- | main/cmake/APKBUILD | 2 |
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 \ |