[SCM] PostGIS branch master updated. 3.5.0alpha2-53-ge33e9c321
git at osgeo.org
git at osgeo.org
Mon Sep 2 00:25:44 PDT 2024
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 e33e9c32199df85c7fa40c337fde5e6d15b75ad1 (commit)
from b0149780595f840c27d837d85483141887454e05 (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 e33e9c32199df85c7fa40c337fde5e6d15b75ad1
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Aug 28 12:45:03 2024 +0200
Use gnu11 standard instead of gnu99 for C
See https://lists.osgeo.org/pipermail/postgis-devel/2024-August/030345.html
diff --git a/configure.ac b/configure.ac
index eca6f5380..ed5d17255 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ AC_SUBST([PICFLAGS])
_LT_COMPILER_OPTION([if $compiler supports -fno-math-errno], [_cv_nomatherrno], [-fno-math-errno], [], [CFLAGS="$CFLAGS -fno-math-errno"], [])
_LT_COMPILER_OPTION([if $compiler supports -fno-signed-zeros], [_cv_nosignedzeros], [-fno-signed-zeros], [], [CFLAGS="$CFLAGS -fno-signed-zeros"], [])
-_LT_COMPILER_OPTION([if $compiler supports -std=gnu99], [_cv_std], -std=gnu99, [], [CFLAGS="-std=gnu99 $CFLAGS"], [])
+_LT_COMPILER_OPTION([if $compiler supports -std=gnu11], [_cv_std], -std=gnu11, [], [CFLAGS="-std=gnu11 $CFLAGS"], [])
dnl
-----------------------------------------------------------------------
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