mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
Re-arrange KRBVERS postition
Suggested by: Daniel Kalchev <daniel@digsys.bg>
This commit is contained in:
parent
c114bf330d
commit
c317bdc9fd
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.1.1.1 1996/07/09 06:21:08 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.2 1996/07/31 17:19:49 scrappy Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -93,19 +93,11 @@ ifdef EUROPEAN_DATES
|
|||||||
CFLAGS += -DEUROPEAN_STYLE
|
CFLAGS += -DEUROPEAN_STYLE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# kerberos flags
|
|
||||||
ifdef KRBVERS
|
|
||||||
CFLAGS+= $(KRBFLAGS)
|
|
||||||
LDADD+= $(KRBLIBS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
# host based access flags
|
# host based access flags
|
||||||
ifdef HBA
|
ifdef HBA
|
||||||
CFLAGS+= $(HBAFLAGS)
|
CFLAGS+= $(HBAFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# All systems except NEXTSTEP require the math library.
|
# All systems except NEXTSTEP require the math library.
|
||||||
# Loader flags for system-dependent libraries are appended in
|
# Loader flags for system-dependent libraries are appended in
|
||||||
@ -115,6 +107,12 @@ ifneq ($(PORTNAME), next)
|
|||||||
LDADD+= -lm
|
LDADD+= -lm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# kerberos flags
|
||||||
|
ifdef KRBVERS
|
||||||
|
CFLAGS+= $(KRBFLAGS)
|
||||||
|
LDADD+= $(KRBLIBS)
|
||||||
|
endif
|
||||||
|
|
||||||
# statically link in libc for linux
|
# statically link in libc for linux
|
||||||
ifeq ($(PORTNAME), linux)
|
ifeq ($(PORTNAME), linux)
|
||||||
LDADD+= -lc
|
LDADD+= -lc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user