diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2015-10-17 21:02:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-24 07:56:12 +0700 |
commit | c1122eb26d7523f5a9e383e39b51c2fc2f1c9c63 (patch) | |
tree | 02656f672bf6e4e415f0b915c7320537fcef82c7 /gis | |
parent | 0c66de6367ec42a674b3bdff6c7084e82413b1f1 (diff) | |
download | slackbuilds-c1122eb26d7523f5a9e383e39b51c2fc2f1c9c63.tar.gz |
gis/postgis: Fix possible parallel build failure and update README.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/postgis/README | 3 | ||||
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/gis/postgis/README b/gis/postgis/README index cfb68cd12c..89beccb748 100644 --- a/gis/postgis/README +++ b/gis/postgis/README @@ -5,9 +5,6 @@ backend spatial database for geographic information systems (GIS). SFCGAL is an optional dependency for advanced 3D support. -These advanced functions are not included in the postgis -extension, but they can be make available by loading -/usr/share/postgresql/contrib/postgis-2.1/sfcgal.sql. To disable the GTK-based graphical interface for shp2pgsql, set GUI=no. diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index aed1b5e817..17ed9f8f20 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=postgis VERSION=${VERSION:-2.2.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -91,7 +91,7 @@ CXXFLAGS="$SLKCFLAGS" \ $SHP2PGSQL_GUI \ --build=$ARCH-slackware-linux -make +make -j1 make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |