14 lines
474 B
Diff
14 lines
474 B
Diff
PROTOCC_VERSION is not defined as variable in this Makefile
|
|
|
|
--- postgis/Makefile.in.ORIG 2019-08-11 07:59:31.000000000 +0200
|
|
+++ postgis/Makefile.in 2019-09-03 06:11:57.430733390 +0200
|
|
@@ -206,7 +206,7 @@
|
|
ifeq (@HAVE_PROTOBUF@,yes)
|
|
lwgeom_out_mvt.o: vector_tile.pb-c.h
|
|
mvt.o: vector_tile.pb-c.h
|
|
-ifeq ($(shell expr $(PROTOCC_VERSION) ">=" 10100),1)
|
|
+ifeq ($(shell expr @PROTOCC_VERSION@ ">=" 10100),1)
|
|
lwgeom_out_geobuf.o: geobuf.pb-c.h
|
|
geobuf.o: geobuf.pb-c.h
|
|
endif
|