Ticket #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: | 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
Note: See
TracTickets for help on using
tickets.
