mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/libphonenumber tweak
This commit is contained in:
parent
714266b383
commit
ccb897f940
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - split make steps so concurrency works reliably
|
||||
# - make -j1
|
||||
|
||||
pkgname=libphonenumber
|
||||
pkgver=7.2.5
|
||||
|
@ -23,8 +23,7 @@ prepare() {
|
|||
build() {
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp
|
||||
make generate_geocoding_data
|
||||
make all
|
||||
make -j1 generate_geocoding_data all
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
Loading…
Reference in a new issue