[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-122-gd5f7a2a

git at osgeo.org git at osgeo.org
Tue Mar 30 14:51:02 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  d5f7a2adc923869ebe17b5fd0a6fa299d5b9c20c (commit)
      from  90b80f1c4e8b3ff95ef7abf83e3993ca337971ad (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 d5f7a2adc923869ebe17b5fd0a6fa299d5b9c20c
Author: fidomax <adobegitler at gmail.com>
Date:   Tue Jan 26 09:17:17 2021 +0300

    Add POSTGIS_DEBUG_LEVEL define to configure.ac
    
    In case of using autoreconf "#define POSTGIS_DEBUG_LEVEL 0" is removed from postgis_config.h.in so build failed with undefined POSTGIS_DEBUG_LEVEL.

diff --git a/configure.ac b/configure.ac
index ba7d3bf..20eadc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1137,6 +1137,8 @@ else
     CPPFLAGS="-DNDEBUG $CPPFLAGS"
 fi
 
+AC_DEFINE([POSTGIS_DEBUG_LEVEL], [0], [Define debug level. Default 0])
+
 dnl ===========================================================================
 dnl Allow the developer to disable the automatic updates of postgis_revision.h
 dnl with --without-phony-revision

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list