[postgis-tickets] [PostGIS] #4419: protobuf-c required version?
PostGIS
trac at osgeo.org
Tue Jun 4 08:38:46 PDT 2019
#4419: protobuf-c required version?
----------------------+---------------------------
Reporter: pramsey | Owner: Algunenano
Type: defect | Status: assigned
Priority: high | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by Algunenano):
From configure.ac: 1.1.0
{{{
PKG_CHECK_MODULES([PROTOBUFC], [libprotobuf-c >= 1.1.0], [
HAVE_PROTOBUF=yes;
PROTOBUF_CPPFLAGS=$PROTOBUFC_CFLAGS;
PROTOBUF_LDFLAGS=$PROTOBUFC_LIBS
],
[HAVE_PROTOBUF=no])
}}}
I don't know why, I'd look into the original MVT or geobuf PRs.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4419#comment:1>
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