Ticket #1539 (closed defect: fixed)
[PATCH] Missing -ljson when building postgis2.0 on Ubuntu 10.04
| Reported by: | rouault | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | build/upgrade/install | Version: | trunk |
| Keywords: | Cc: |
Description
I have the libjson0-dev and libjson0 packages installed, and I configure postgis without specifying --with-json. configure automatically find the json headers and lib but doesn't set JSON_LDFLAGS. The consequence is that postgis.so doesn't link to libjson.so and cannot be loaded.
Attached patch fixes that
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

