[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-695-g9b582b348

git at osgeo.org git at osgeo.org
Tue Apr 5 11:26:45 PDT 2022


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  9b582b348a89dac43a5fe7c36c59b1973c32c4bf (commit)
      from  e76f1d80d37623036a696a83ae7679bd97ebd0b7 (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 9b582b348a89dac43a5fe7c36c59b1973c32c4bf
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Apr 5 14:26:40 2022 -0400

    Disable LTO on mingw instead of everywhere (fixes last committ).  References #5121 for PostGIS 3.3

diff --git a/configure.ac b/configure.ac
index 1b8a4ef7f..fefccfc0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1176,7 +1176,7 @@ else
     AC_DEFINE([PARANOIA_LEVEL], [0], [Disable use of memory checks])
     CPPFLAGS="-DNDEBUG $CPPFLAGS"
 
-		if test "MINGWBUILD" = "0"; then
+		if test "$MINGWBUILD" = "0"; then
     	AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -flto], [_cv_flto], [-flto], [], [CFLAGS="$CFLAGS -flto"], [])
     	AC_LIBTOOL_LINKER_OPTION([if $compiler supports -flto], [_cv_flto], [[-flto]], [LDFLAGS="$LDFLAGS -flto"])
 		fi

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list