diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-04-03 01:18:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-03 01:19:46 +0700 |
commit | 6fc53377f3b0ddad6c330f5dbeef2d1d65d3c486 (patch) | |
tree | 2525cdd1c663cad5a8442ad7875c767548646dd7 /gis | |
parent | 38ce705a97c5af89ad4ec13e4ee5da98f93db6f7 (diff) |
gis/postgis: Disable protobuf-c support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 3 | ||||
-rw-r--r-- | gis/postgis/postgis.info | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index 9dbc0d4bba4e5..6c14107eda920 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -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 diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info index c1f40cb1c811a..86512018129fd 100644 --- a/gis/postgis/postgis.info +++ b/gis/postgis/postgis.info @@ -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" |