aboutsummaryrefslogtreecommitdiff
path: root/gis/postgis/postgis.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'gis/postgis/postgis.SlackBuild')
-rw-r--r--gis/postgis/postgis.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild
index e7c43aa6d1..57ae58e04e 100644
--- a/gis/postgis/postgis.SlackBuild
+++ b/gis/postgis/postgis.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2009 Peter Sarkoci <sarkoci@math.sk>
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2023-2024 Giancarlo Dessi, Cagliari, IT
+# Copyright 2023-2025 Giancarlo Dessi, Cagliari, IT
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=postgis
-VERSION=${VERSION:-3.4.3}
+VERSION=${VERSION:-3.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -99,6 +99,7 @@ CXXFLAGS="$SLKCFLAGS" \
$SHP2PGSQL_GUI \
--build=$ARCH-slackware-linux
+make all
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \