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

Commit6ca365b

Browse files
committed
pgxs: Supply default values for BISON and FLEX variables
Otherwise, the availability of these variables depends on whathappened to be available at the time the PostgreSQL build wasconfigured.
1 parent3f427c1 commit6ca365b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎src/makefiles/pgxs.mk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ include $(top_builddir)/src/Makefile.global
6464
top_srcdir =$(top_builddir)
6565
srcdir = .
6666
VPATH =
67+
68+
# These might be set in Makefile.global, but if they were not found
69+
# during the build of PostgreSQL, supply default values so that users
70+
# of pgxs can use the variables.
71+
ifeq ($(BISON),)
72+
BISON = bison
73+
endif
74+
ifeq ($(FLEX),)
75+
FLEX = flex
76+
endif
6777
endif
6878

6979

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp