Opened 13 years ago
Closed 13 years ago
#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 | Version: | master |
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 (1)
Change History (2)
by , 13 years ago
Attachment: | configure_json.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
trunk at r9094