[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-9-g4182f5835

git at osgeo.org git at osgeo.org
Sat Oct 30 18:43:23 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  4182f5835572fe93c44aa5545657932a194d6d6e (commit)
      from  712883abe0d532d3642db331a2412f35a9fa552b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4182f5835572fe93c44aa5545657932a194d6d6e
Author: leoregina <lr at pcorp.us>
Date:   Sat Oct 30 21:43:17 2021 -0400

    Take out with-gdal-config it's failing the check and new gdal should be discoverable via pkgconfig.

diff --git a/.cirrus.yml b/.cirrus.yml
index 265633c79..1332dc339 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,7 +14,7 @@ task:
     - find . -name "*.pl" | xargs sed -i -r 's|/usr/bin/perl|/usr/bin/env perl|'
   configure_script:
     - ./autogen.sh
-    - ./configure PKG_CONFIG=/usr/local/bin/pkgconf CFLAGS="-isystem /usr/local/include -Wall -fno-omit-frame-pointer -Werror" LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --without-interrupt-tests --with-topology --with-gdalconfig=/usr/local/bin/gdal-config --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf
+    - ./configure PKG_CONFIG=/usr/local/bin/pkgconf CFLAGS="-isystem /usr/local/include -Wall -fno-omit-frame-pointer -Werror" LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --without-interrupt-tests --with-topology  --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf
     - service postgresql oneinitdb
     - service postgresql onestart
     - su -l postgres -c "createuser -s `whoami`"

-----------------------------------------------------------------------

Summary of changes:
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list