Skip to content

Commit a5d1c4f

Browse files
author
Burak Yucesoy
committed
Fix undefined symbol issues in some systems
1 parent 5705fd4 commit a5d1c4f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ PG_CONFIG ?= pg_config
2828
PGXS = $(shell $(PG_CONFIG) --pgxs)
2929
include $(PGXS)
3030

31+
SHLIB_LINK += -lstdc++
32+
3133
src/hll.o: override CFLAGS += -std=c99
3234

3335
$(EXTENSION)--2.10.sql: $(EXTENSION).sql

0 commit comments

Comments
 (0)