[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-16-g2476f2978
git at osgeo.org
git at osgeo.org
Mon Nov 1 16:19:50 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 2476f2978bef767416aa7f47e8ced4c23a374e7c (commit)
from 85553d7ea16f3ada83d00e21c25c14b4f6c9612e (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 2476f2978bef767416aa7f47e8ced4c23a374e7c
Author: Greg Troxel <gdt at lexort.com>
Date: Mon Nov 1 10:03:56 2021 -0400
loader: Respect LDFLAGS
diff --git a/loader/Makefile.in b/loader/Makefile.in
index 9aebfe07f..527e1779d 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -28,6 +28,8 @@ SHELL = @SHELL@
INSTALL = @INSTALL@
LIBTOOL = @LIBTOOL@
+LDFLAGS = @LDFLAGS@
+
# Filenames with extension as determined by the OS
POSTGIS-CLI=postgis at EXESUFFIX@
PGSQL2SHP-CLI=pgsql2shp at EXESUFFIX@
-----------------------------------------------------------------------
Summary of changes:
loader/Makefile.in | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list