Skip to content

Commit 01126bf

Browse files
committed
DBZ-1549 Remove PostGIS dependency
1 parent 7f1c6fe commit 01126bf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ EXTENSION = decoderbufs
44
PROTOBUF_C_CFLAGS = $(shell pkg-config --cflags 'libprotobuf-c >= 1.0.0')
55
PROTOBUF_C_LDFLAGS = $(shell pkg-config --libs 'libprotobuf-c >= 1.0.0')
66

7-
ifneq ($(USE_POSTGIS),false)
8-
C_PARAMS = -DUSE_POSTGIS
9-
POSTGIS_C_LDFLAGS = -L/usr/local/lib -llwgeom
10-
endif
11-
127
PG_CPPFLAGS += -std=c11 $(PROTOBUF_C_CFLAGS) -I/usr/local/include $(C_PARAMS)
13-
SHLIB_LINK += $(PROTOBUF_C_LDFLAGS) $(POSTGIS_C_LDFLAGS)
8+
SHLIB_LINK += $(PROTOBUF_C_LDFLAGS)
149

1510
OBJS = src/decoderbufs.o src/proto/pg_logicaldec.pb-c.o
1611

0 commit comments

Comments
 (0)