[postgis-tickets] [PostGIS] #2202: No option to disable json-c lookup by ./configure
PostGIS
trac at osgeo.org
Fri Feb 15 10:07:50 PST 2013
#2202: No option to disable json-c lookup by ./configure
-----------------------------------+----------------------------------------
Reporter: mloskot | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.3
Component: build/upgrade/install | Version: trunk
Keywords: jsonc |
-----------------------------------+----------------------------------------
./configure provides only one option to control searching of json-c
library files:
{{{
$ ./configure --help|grep json
--with-jsondir=PATH specify the json-c installation directory
}}}
Assuming json-c is optional, unlike PROJ.4 library, if one wants to build
PostGIS without json-c support on a system with json-c library installed,
then the ./configure always detects and adds json-c support.
There is no option like --without-jsonc or --disable-jsonc.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2202>
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-tickets
mailing list