Christoph Berg pushed to branch master at Debian GIS Project / postgis
Commits: 0e19d287 by Christoph Berg at 2020-08-17T14:36:24+02:00 debian/patches/cppflags: Add DEP-3 patch header - - - - - 1 changed file: - debian/patches/cppflags Changes: ===================================== debian/patches/cppflags ===================================== @@ -1,11 +1,16 @@ +Description: Add CPPFLAGS missing in libpgcommon directory Makefile +Forwarded: https://trac.osgeo.org/postgis/ticket/4592 +Author: Christoph Berg <[email protected]> +Applied-Upstream: 3.1 + --- 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 - + View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/0e19d287cdd46d230f75ce3df7e5c3522a3fe3d8 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/0e19d287cdd46d230f75ce3df7e5c3522a3fe3d8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
