Opened 6 years ago

Closed 6 years ago

#3942 closed patch (fixed)

geojson: Do not include private header for json-c >= 0.13

Reported by: komzpa Owned by: pramsey
Priority: medium Milestone: PostGIS 2.4.4
Component: postgis Version: master
Keywords: Cc:

Description

json_object_private.h is gone with json-c ≥ 0.13 and will not be needed anymore.

Pull request: https://github.com/postgis/postgis/pull/173

Change History (4)

comment:1 by komzpa, 6 years ago

Resolution: fixed
Status: newclosed

In 16155:

Do not include private header for json-c ≥ 0.13

Patch by Björn Esser

Closes #3942
Closes https://github.com/postgis/postgis/pull/173

comment:2 by landry, 6 years ago

The milestone on this ticket says 2.4.3 but it seems this fix was only commited to trunk and not backported to 2.4 branch, 2.4.3 as-is doesnt build with json-c 0.13. Retarget for 2.4.4 and backport ?

Thanks!

comment:3 by strk, 6 years ago

Milestone: PostGIS 2.4.3PostGIS 2.4.4
Resolution: fixed
Status: closedreopened

comment:4 by strk, 6 years ago

Resolution: fixed
Status: reopenedclosed

In 16417:

Do not include private header for json-c ≥ 0.13

Patch by Björn Esser

Closes #3942 for 2.4 branch

(also fixes NEWS section corrupted by recent commit)

Note: See TracTickets for help on using tickets.