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

Commitc317bdc

Browse files
committed
Re-arrange KRBVERS postition
Suggested by: Daniel Kalchev <daniel@digsys.bg>
1 parentc114bf3 commitc317bdc

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

‎src/backend/Makefile

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.1.1.1 1996/07/09 06:21:08 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.2 1996/07/31 17:19:49 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -93,19 +93,11 @@ ifdef EUROPEAN_DATES
9393
CFLAGS += -DEUROPEAN_STYLE
9494
endif
9595

96-
# kerberos flags
97-
ifdefKRBVERS
98-
CFLAGS+=$(KRBFLAGS)
99-
LDADD+=$(KRBLIBS)
100-
endif
101-
10296
# host based access flags
10397
ifdefHBA
10498
CFLAGS+=$(HBAFLAGS)
10599
endif
106100

107-
108-
109101
#
110102
# All systems except NEXTSTEP require the math library.
111103
# Loader flags for system-dependent libraries are appended in
@@ -115,6 +107,12 @@ ifneq ($(PORTNAME), next)
115107
LDADD+=-lm
116108
endif
117109

110+
# kerberos flags
111+
ifdefKRBVERS
112+
CFLAGS+=$(KRBFLAGS)
113+
LDADD+=$(KRBLIBS)
114+
endif
115+
118116
# statically link in libc for linux
119117
ifeq ($(PORTNAME), linux)
120118
LDADD+= -lc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp