Ticket #550 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[raster] Add more enviroment variables in Makefile.in

Reported by: jorgearevalo Owned by: jorgearevalo
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: trunk
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

Changed 3 years ago by pracine

Any new status on this?

Changed 3 years ago by pracine

  • milestone changed from WKTRaster 0.1.6 to PostGIS 2.0.0

Changed 3 years ago by pracine

  • summary changed from [wktraster] Add more enviroment variables in Makefile.in to [raster] Add more enviroment variables in Makefile.in

Changed 3 years ago by jorgearevalo

  • status changed from new to closed
  • resolution set to fixed

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.