Opened 14 years ago

Closed 13 years ago

#550 closed enhancement (fixed)

[raster] Add more enviroment variables in Makefile.in

Reported by: jorgearevalo Owned by: jorgearevalo
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: master
Keywords: Cc:

Description

In rt_core/Makefile.in and rt_pg/Makefile.in, some enviroment vars (like CFLAGS or LDFLAGS) are defined, but others like CC, CXX or OBJC not. If the user defines CC or CXX during configure, the options are not sent to subdirectories. We may define:

CC=@CC@ CXX=@CXX@

and so on, in Makefile.in.

Change History (4)

comment:1 by pracine, 14 years ago

Any new status on this?

comment:2 by pracine, 14 years ago

Milestone: WKTRaster 0.1.6PostGIS 2.0.0

comment:3 by pracine, 14 years ago

Summary: [wktraster] Add more enviroment variables in Makefile.in[raster] Add more enviroment variables in Makefile.in

comment:4 by jorgearevalo, 13 years ago

Resolution: fixed
Status: newclosed

Added CC=@CC@ in raster/rt_core/Makefile.in at r6137. I think is enough. Close this ticket by now.

Note: See TracTickets for help on using tickets.