Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26471d8

Browse filesBrowse files
authored
Merge pull request #12 from arssher/master
Using MODULES for building .so instead of MODULE_big.
2 parents 8158b1a + 41e6324 commit 26471d8
Copy full SHA for 26471d8

File tree

1 file changed

+4
-3
lines changed
Filter options

1 file changed

+4
-3
lines changed

‎Makefile

Copy file name to clipboard
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
EXTENSION = zson
22
MODULES = zson
33
DATA = zson--1.1.sql zson--1.0--1.1.sql
4-
OBJS = zson.o
54
REGRESS = zson
65

7-
MODULE_big = zson
86
PG_CPPFLAGS = -g -O2
97
SHLIB_LINK = # -lz -llz4
108

11-
PGXS := $(shell pg_config --pgxs)
9+
ifndef PG_CONFIG
10+
PG_CONFIG := pg_config
11+
endif
12+
PGXS := $(shell $(PG_CONFIG) --pgxs)
1213
include $(PGXS)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.