Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit26471d8

Browse files
authored
Merge pull request#12 from arssher/master
Using MODULES for building .so instead of MODULE_big.
2 parents8158b1a +41e6324 commit26471d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎Makefile

Lines 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+
ifndefPG_CONFIG
10+
PG_CONFIG := pg_config
11+
endif
12+
PGXS :=$(shell$(PG_CONFIG) --pgxs)
1213
include$(PGXS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp