From c1122eb26d7523f5a9e383e39b51c2fc2f1c9c63 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 17 Oct 2015 21:02:01 -0700 Subject: gis/postgis: Fix possible parallel build failure and update README. Signed-off-by: Benjamin Trigona-Harany --- gis/postgis/README | 3 --- gis/postgis/postgis.SlackBuild | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'gis') 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 \ -- cgit v1.2.3