aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgis/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/postgis/APKBUILD')
-rw-r--r--testing/postgis/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/postgis/APKBUILD b/testing/postgis/APKBUILD
index fa78c39215..b3da4dded5 100644
--- a/testing/postgis/APKBUILD
+++ b/testing/postgis/APKBUILD
@@ -10,7 +10,7 @@ arch="x86_64"
license="GPL-2.0-or-later"
depends="postgresql perl"
makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj-dev perl-dev
- json-c-dev pcre-dev"
+ json-c-dev pcre-dev protobuf-c-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="http://download.osgeo.org/postgis/source/$pkgname-$pkgver.tar.gz"
options="!check" # tests depends on a running PostgreSQL server
@@ -22,8 +22,7 @@ build() {
--prefix=/usr \
--disable-gtktest \
--disable-nls \
- --disable-rpath \
- --without-protobuf
+ --disable-rpath
make -j1
}