diff options
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 1 | ||||
-rw-r--r-- | gis/postgis/postgis.info | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index 57b61a521af5..6227e967e73c 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -79,7 +79,6 @@ 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 \ diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info index 20955153e84f..b084cf2858d7 100644 --- a/gis/postgis/postgis.info +++ b/gis/postgis/postgis.info @@ -2,7 +2,7 @@ PRGNAM="postgis" VERSION="2.4.1" HOMEPAGE="http://postgis.org" DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.1.tar.gz" -MD5SUM="720185a7cfa3cb007603b89b5c850cd8" +MD5SUM="d5f9444fbbddb6a33fabc106d67703b9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gdal postgresql" |