[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-28-g2534f03
git at osgeo.org
git at osgeo.org
Tue Mar 3 08:10:29 PST 2020
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 2534f03889c1d515b0dce2c437d79b4c51336a4e (commit)
from c6d89b476d95bc6c6fb3e9ced843fff553319144 (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 2534f03889c1d515b0dce2c437d79b4c51336a4e
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Mar 3 17:08:24 2020 +0100
Fix sfcgal extension build scripts
Fixes #4650
diff --git a/extensions/postgis_sfcgal/Makefile.in b/extensions/postgis_sfcgal/Makefile.in
index 8d60983..cd71bc9 100644
--- a/extensions/postgis_sfcgal/Makefile.in
+++ b/extensions/postgis_sfcgal/Makefile.in
@@ -39,9 +39,11 @@ EXTENSION_UNPACKAGED_UPGRADE_SCRIPTS = \
sql_bits/sfcgal.sql \
../../utils/create_unpackaged.pl
+# Scripts making up the extension file
+# NOTE: order matters
EXTENSION_SCRIPTS = \
- sql_bits/sfcgal_comments.sql \
- sql_bits/sfcgal.sql
+ sql_bits/sfcgal.sql \
+ sql_bits/sfcgal_comments.sql
EXTRA_CLEAN = sql
-----------------------------------------------------------------------
Summary of changes:
extensions/postgis_sfcgal/Makefile.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list