[Git][debian-gis-team/postgis][master] Add missing CPPFLAGS in libpgcommon directory.

Sebastiaan Couwenberg sebastic at xs4all.nl
Mon Aug 17 13:24:51 BST 2020


On 8/17/20 2:22 PM, Christoph Berg wrote:
> =====================================
> debian/patches/cppflags
> =====================================
> @@ -0,0 +1,11 @@
> +--- a/libpgcommon/Makefile.in
> ++++ b/libpgcommon/Makefile.in
> +@@ -62,7 +62,7 @@ check-unit: libpgcommon.a
> + 
> + # Command to build each of the .o files
> + $(SA_OBJS): %.o: %.c
> +-	$(CC) $(CFLAGS) -c -o $@ $<
> ++	$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
> + 
> + $(SA_OBJS): ../postgis_config.h
> + 

Please add DEP-3 patch headers:

 https://dep-team.pages.debian.net/deps/dep3/

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



More information about the Pkg-grass-devel mailing list