[SCM] PostGIS branch stable-3.4 updated. 3.4.4-88-gd3c09be10

git at osgeo.org git at osgeo.org
Mon Feb 9 14:21:38 PST 2026


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, stable-3.4 has been updated
       via  d3c09be103a0b4438643889935cee4c7819812d7 (commit)
      from  a4f2599e67ec18b2882e8daad3bf0477439b6da0 (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 d3c09be103a0b4438643889935cee4c7819812d7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Feb 9 14:21:32 2026 -0800

    Correctly detect MacOS and set up rpath ldflags

diff --git a/configure.ac b/configure.ac
index baa0f1762..f4cff95fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -764,6 +764,10 @@ if test ! "$POSTGIS_GEOS_VERSION" -ge 30600; then
 	AC_MSG_ERROR([PostGIS requires GEOS >= 3.6.0])
 fi
 
+dnl Extract the linker and include flags
+GEOS_LDFLAGS=`$GEOSCONFIG --clibs`
+GEOS_CPPFLAGS=`$GEOSCONFIG --cflags`
+
 #
 # MacOS with XCode > 15 now requires rpath entries for
 # libraries like GEOS/Proj that might be flexibly installed
@@ -780,9 +784,6 @@ case $host_os in
 	;;
 esac
 
-dnl Extract the linker and include flags
-GEOS_LDFLAGS=`$GEOSCONFIG --clibs`
-GEOS_CPPFLAGS=`$GEOSCONFIG --cflags`
 AC_SUBST([GEOS_LDFLAGS])
 AC_SUBST([GEOS_CPPFLAGS])
 

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

Summary of changes:
 configure.ac | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list