Opened 6 years ago

Closed 6 years ago

Last modified 10 months ago

#3995 closed enhancement (fixed)

Build failures with unusual CC/CFLAGS setup

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

Description

I've been trying to run both postgres and postgis fully under the sanitizers but in some steps it is using the default compiler or flags instead of the ones passed during configuration, which makes the build fail.

PR in Github: https://github.com/postgis/postgis/pull/195

Change History (2)

comment:1 by komzpa, 6 years ago

Resolution: fixed
Status: newclosed

In 16342:

Address configure issues for unusual CC/CFLAGS

Patch by Raúl Marín Rodríguez.

Closes #3995
Closes https://github.com/postgis/postgis/pull/195

comment:2 by strk, 10 months ago

Forcing use of postgresql CC and CFLAGS broke —without-pgconfig builds, see #5177

Note: See TracTickets for help on using tickets.