mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/postgis: Disable protobuf-c support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
38ce705a97
commit
6fc53377f3
2 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=postgis
|
||||
VERSION=${VERSION:-3.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -96,6 +96,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--datarootdir=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--without-protobuf \
|
||||
$SHP2PGSQL_GUI \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://download.osgeo.org/postgis/source/postgis-3.4.2.tar.gz"
|
|||
MD5SUM="632abda8b4267af437db6cde1bc9d9dc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal postgresql protobuf-c"
|
||||
REQUIRES="gdal postgresql"
|
||||
MAINTAINER="Giancarlo Dessi"
|
||||
EMAIL="slack@giand.it"
|
||||
|
|
Loading…
Reference in a new issue