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

Christoph Berg gitlab at salsa.debian.org
Mon Aug 17 13:22:23 BST 2020



Christoph Berg pushed to branch master at Debian GIS Project / postgis


Commits:
7eee460b by Christoph Berg at 2020-08-17T14:21:49+02:00
Add missing CPPFLAGS in libpgcommon directory.

- - - - -


4 changed files:

- debian/.gitlab-ci.yml
- debian/changelog
- + debian/patches/cppflags
- debian/patches/series


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
@@ -4,7 +4,6 @@ include:
 
 variables:
   RELEASE: 'unstable'
-  SALSA_CI_DISABLE_BLHC: 'yes'
 
 # disable reprotest until clang understands -ffile-prefix-map
 reprotest:


=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
 postgis (3.0.2+dfsg-2) UNRELEASED; urgency=medium
 
   * Add build-dependency on libpcre3-dev which was implicit with GTK-2.
+  * Add missing CPPFLAGS in libpgcommon directory.
 
  -- Christoph Berg <myon at debian.org>  Mon, 17 Aug 2020 13:50:43 +0200
 


=====================================
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
+ 


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 relax-test-timing-constraints.patch
 chaikin
 proj-7.0.1.patch
+cppflags



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/7eee460b11c8063c9bfa61ecccdad421f26a3d09

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/7eee460b11c8063c9bfa61ecccdad421f26a3d09
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200817/7112f18b/attachment-0001.html>


More information about the Pkg-grass-devel mailing list