[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-556-gf7f7c1c5e

git at osgeo.org git at osgeo.org
Thu Feb 17 08:53:43 PST 2022


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  f7f7c1c5e87a731264a6ab42d67e5d2d1942bf01 (commit)
      from  47881190654a6988c5f136f68e55ecf058885f9d (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 f7f7c1c5e87a731264a6ab42d67e5d2d1942bf01
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Feb 17 17:53:31 2022 +0100

    Fix out-of-tree build of shp2pgsql-gui

diff --git a/loader/Makefile.in b/loader/Makefile.in
index 1ba58284c..00ad73f14 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -118,7 +118,7 @@ $(SHP2PGSQL-CLI): $(SHPLIB_OBJS) shp2pgsql-core.o shp2pgsql-cli.o $(LIBLWGEOM)
 	  $(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS) $(GETTEXT_LDFLAGS) $(ICONV_LDFLAGS)
 
 shp2pgsql-gui.o: shp2pgsql-gui.c shp2pgsql-core.h shpcommon.h
-	$(CC) $(CPPFLAGS) $(CFLAGS) $(GTK_CFLAGS) $(PGSQL_FE_CPPFLAGS) -o $@ -c shp2pgsql-gui.c
+	$(CC) $(CPPFLAGS) $(CFLAGS) $(GTK_CFLAGS) $(PGSQL_FE_CPPFLAGS) -o $@ -c $<
 
 $(SHP2PGSQL-GUI): $(SHPLIB_OBJS) shp2pgsql-core.o shp2pgsql-gui.o pgsql2shp-core.o $(LIBLWGEOM) $(GTK_WIN32_RES)
 	$(LIBTOOL) --mode=link \

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

Summary of changes:
 loader/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list