aboutsummaryrefslogtreecommitdiff
path: root/gis/postgis/postgis.SlackBuild
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-10-20 05:52:47 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-10-21 07:08:17 +0700
commit950bed60c15758077ec237bd0a6c612e7777503d (patch)
tree9393402bb7528320504ff190bdf9542a0b98b162 /gis/postgis/postgis.SlackBuild
parentc1b1971642417e86a8ebb6a6669ac2ca0fa9ed89 (diff)
gis/postgis: Updated for version 2.4.1.
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 702d12c92ef5..57b61a521af5 100644
--- a/gis/postgis/postgis.SlackBuild
+++ b/gis/postgis/postgis.SlackBuild
@@ -25,7 +25,7 @@
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
PRGNAM=postgis
-VERSION=${VERSION:-2.4.0}
+VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,6 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -91,7 +92,7 @@ CXXFLAGS="$SLKCFLAGS" \
$SHP2PGSQL_GUI \
--build=$ARCH-slackware-linux
-make -j1
+make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \