[SCM] PostGIS branch master updated. 3.7.0alpha1-36-gd18cd7cf1

git at osgeo.org git at osgeo.org
Tue Jul 7 06:11:45 PDT 2026


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  d18cd7cf1d202ee9ef0cf03884a9022d77d57ce4 (commit)
      from  095edb77fdd46d84ae0fb98405d02c8ba9e41b48 (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 d18cd7cf1d202ee9ef0cf03884a9022d77d57ce4
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jul 7 09:10:49 2026 -0400

    fuzzingengine doesn't use hardening CPPFLAGS
    Fix from Bas Couwenberg
    Closes https://trac.osgeo.org/postgis/ticket/6092
    for PostGIS 3.7.0

diff --git a/fuzzers/Makefile b/fuzzers/Makefile
index 24968e236..5ab9c0e31 100644
--- a/fuzzers/Makefile
+++ b/fuzzers/Makefile
@@ -20,7 +20,7 @@ clean:
 	$(RM) -f *.o *.a
 
 fuzzingengine.o: $(FUZZER_SRC_DIR)/fuzzingengine.c
-	$(CC) $(CFLAGS) -c -o $@ $<
+	$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
 
 dummyfuzzers: fuzzingengine.o
 	mkdir -p "$(FUZZER_OUT)"

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list