[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. b7da9ca0cbf302fbb67c8925ba8d5eb16b102a55
git at osgeo.org
git at osgeo.org
Wed Dec 18 07:48:37 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, stable-3.0 has been updated
via b7da9ca0cbf302fbb67c8925ba8d5eb16b102a55 (commit)
from cd33bc53c4bab575373025b231483e3721ac77fb (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 b7da9ca0cbf302fbb67c8925ba8d5eb16b102a55
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 in 3.0 branch
diff --git a/postgis/Makefile.in b/postgis/Makefile.in
index 76a2c01..00f6f4b 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