Opened 14 years ago
Closed 14 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 , 14 years ago
comment:2 by , 14 years ago
Milestone: | WKTRaster 0.1.6 → PostGIS 2.0.0 |
---|
comment:3 by , 14 years ago
Summary: | [wktraster] Add more enviroment variables in Makefile.in → [raster] Add more enviroment variables in Makefile.in |
---|
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Any new status on this?