aboutsummaryrefslogtreecommitdiffstats
path: root/testing/flann
diff options
context:
space:
mode:
Diffstat (limited to 'testing/flann')
-rw-r--r--testing/flann/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/flann/APKBUILD b/testing/flann/APKBUILD
index 174aac1eaf..c57799b235 100644
--- a/testing/flann/APKBUILD
+++ b/testing/flann/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=flann
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Fast Library for Approximate Nearest Neighbors"
url="https://github.com/mariusmuja/flann"
arch="all"
@@ -18,7 +18,7 @@ build() {
mkdir build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DBUILD_SHARED_LIBS=ON
make
}