[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-24-g8338aca15
git at osgeo.org
git at osgeo.org
Mon Jul 17 14:02:16 PDT 2023
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 8338aca150885c6be9ffd73a05c12ad039f1e285 (commit)
from 3368ef66cda0b2773c66392526fdfdee1ce7cde7 (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 8338aca150885c6be9ffd73a05c12ad039f1e285
Author: Bas Couwenberg <sebastic at debian.org>
Date: Mon Jul 17 23:01:51 2023 +0200
Fix macro expansion recursion on powerpc architectures.
Closes #5450
diff --git a/configure.ac b/configure.ac
index 785009d67..e867b5228 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ dnl SQL Preprocessor
dnl
AC_PATH_PROG([CPPBIN], [cpp], [])
if test "x$CPPBIN" != "x"; then
- SQLPP="${CPPBIN} -traditional-cpp -w -P"
+ SQLPP="${CPPBIN} -traditional-cpp -w -P -Upixel -Ubool"
else
AC_PATH_PROG([GPP], [gpp_], [])
if test "x$GPP" != "x"; then
-----------------------------------------------------------------------
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