aboutsummaryrefslogtreecommitdiffstats
path: root/community/libphonenumber
diff options
context:
space:
mode:
Diffstat (limited to 'community/libphonenumber')
-rw-r--r--community/libphonenumber/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/libphonenumber/APKBUILD b/community/libphonenumber/APKBUILD
index bc92aabaa9..170abd937d 100644
--- a/community/libphonenumber/APKBUILD
+++ b/community/libphonenumber/APKBUILD
@@ -15,8 +15,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/googlei18n/libphonenumber/ar
build() {
cd "$builddir/cpp"
+ # TODO: Switch to the CMake None build type.
cmake \
- -DCMAKE_BUILD_TYPE=None \
+ -DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make