[postgis-devel] [PostGIS] #550: [wktraster] Add more enviroment variables in Makefile.in

PostGIS trac at osgeo.org
Tue Jul 13 10:15:16 PDT 2010


#550: [wktraster] Add more enviroment variables in Makefile.in
--------------------------+-------------------------------------------------
 Reporter:  jorgearevalo  |       Owner:  jorgearevalo   
     Type:  enhancement   |      Status:  new            
 Priority:  medium        |   Milestone:  WKTRaster 0.1.6
Component:  wktraster     |     Version:  trunk          
 Keywords:                |  
--------------------------+-------------------------------------------------
 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.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/550>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list