[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-79-g86a8c4abd

git at osgeo.org git at osgeo.org
Fri Jul 28 07:36:37 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  86a8c4abd7a33e9da9972ae3ccf3728cf4ac1a06 (commit)
      from  a847694bcfb3f2c685069aaaf8d36fa3d6048dfa (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 86a8c4abd7a33e9da9972ae3ccf3728cf4ac1a06
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 28 16:32:14 2023 +0200

    Do not create address_standardizer Makefile when not needed
    
    References #5459

diff --git a/configure.ac b/configure.ac
index fc74a71e7..96a1d50fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1338,10 +1338,13 @@ if test "x$with_address_standardizer" != "xno"; then
     AC_SUBST([PCRE_LDFLAGS])
     AC_SUBST([PCRE_LDFLAGS])
     AC_SUBST([PCRE_VERSION])
+    ADDRESS_STANDARDIZER_MAKEFILE_LIST=extensions/address_standardizer/Makefile
+
 
 else
     ADDRESS_STANDARDIZER=""
     AC_MSG_RESULT([ADDRESS_STANDARDIZER support: disabled])
+    ADDRESS_STANDARDIZER_MAKEFILE_LIST=""
 fi
 
 AC_SUBST([ADDRESS_STANDARDIZER])
@@ -1761,7 +1764,7 @@ AC_CONFIG_FILES([GNUmakefile
    extensions/postgis/Makefile
    extensions/postgis_topology/Makefile
    extensions/postgis_tiger_geocoder/Makefile
-   extensions/address_standardizer/Makefile
+   $ADDRESS_STANDARDIZER_MAKEFILE_LIST
    liblwgeom/Makefile
    liblwgeom/cunit/Makefile
    liblwgeom/liblwgeom.h

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

Summary of changes:
 configure.ac | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list