Opened 12 years ago

Closed 12 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)

configure_json.patch (398 bytes ) - added by rouault 12 years ago.

Download all attachments as: .zip

Change History (2)

by rouault, 12 years ago

Attachment: configure_json.patch added

comment:1 by pramsey, 12 years ago

Resolution: fixed
Status: newclosed

trunk at r9094

Note: See TracTickets for help on using tickets.