Opened 4 years ago

Closed 4 years ago

#4592 closed defect (fixed)

Multiple directories not respecting CPPFLAGS

Reported by: Algunenano Owned by: Algunenano
Priority: medium Milestone: PostGIS 3.1.0
Component: postgis Version: master
Keywords: Cc:

Description

The following directories compile C files without including the CPPFLAGS:

libpgcommon
rt_core
rt_pg
loader

This is probably a long standing bug and I only detected it because I was expecting to see the -DNDEGUB flag in action everywhere, so I'm not planning on backporting the fix unless someone complains about it.

Change History (2)

comment:1 by Algunenano, 4 years ago

Also affected the following test directories:

  • raster/test/cunit
  • loader/cunit/

comment:2 by Raúl Marín <git@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 3e077082/git:

Add missing CPPFLAGS in multiple Makefiles

Closes #4592

Note: See TracTickets for help on using tickets.