[postgis-tickets] [SCM] PostGIS branch master updated. 3485484d6feb3d6a2af30f1a381dab5e450c4e17

git at osgeo.org git at osgeo.org
Wed Dec 18 07:07:38 PST 2019


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  3485484d6feb3d6a2af30f1a381dab5e450c4e17 (commit)
      from  cbf2cb157d9c713df678f4f2865e1edaea87c34d (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 3485484d6feb3d6a2af30f1a381dab5e450c4e17
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Dec 18 14:34:03 2019 +0100

    Expliclty set LDFLAGS rather than letting PGXS do it
    
    Fixes #4606

diff --git a/postgis/Makefile.in b/postgis/Makefile.in
index 3f0b40d..aa2adb1 100644
--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -180,6 +180,12 @@ PERL=@PERL@
 # see http://trac.osgeo.org/postgis/ticket/1158#comment:57
 SHLIB_LINK := $(SHLIB_LINK_F) $(SHLIB_LINK)
 
+# NOTE: setting LDFLAGS explicitly here avoids getting the
+# link line polluted by unrelated PostgreSQL switches that
+# may be confusing and out-of-control for the builder of
+# PostGIS
+LDFLAGS = @LDFLAGS@
+
 # If REGRESS=1 passed as a parameter, change the default install paths
 # so that no prefix is included. This allows us to relocate to a temporary
 # directory for regression testing.

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

Summary of changes:
 postgis/Makefile.in | 6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list