Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c317bdc

Browse files
committed
Re-arrange KRBVERS postition
Suggested by: Daniel Kalchev <daniel@digsys.bg>
1 parent c114bf3 commit c317bdc

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-
ifdef KRBVERS
98-
CFLAGS+= $(KRBFLAGS)
99-
LDADD+= $(KRBLIBS)
100-
endif
101-
10296
# host based access flags
10397
ifdef HBA
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+
ifdef KRBVERS
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)