File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -93,19 +93,11 @@ ifdef EUROPEAN_DATES
93
93
CFLAGS += -DEUROPEAN_STYLE
94
94
endif
95
95
96
- # kerberos flags
97
- ifdef KRBVERS
98
- CFLAGS+ = $(KRBFLAGS )
99
- LDADD+ = $(KRBLIBS )
100
- endif
101
-
102
96
# host based access flags
103
97
ifdef HBA
104
98
CFLAGS+ = $(HBAFLAGS )
105
99
endif
106
100
107
-
108
-
109
101
#
110
102
# All systems except NEXTSTEP require the math library.
111
103
# Loader flags for system-dependent libraries are appended in
@@ -115,6 +107,12 @@ ifneq ($(PORTNAME), next)
115
107
LDADD+ = -lm
116
108
endif
117
109
110
+ # kerberos flags
111
+ ifdef KRBVERS
112
+ CFLAGS+ = $(KRBFLAGS )
113
+ LDADD+ = $(KRBLIBS )
114
+ endif
115
+
118
116
# statically link in libc for linux
119
117
ifeq ($(PORTNAME ) , linux)
120
118
LDADD+ = -lc
You can’t perform that action at this time.
0 commit comments