Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c317bdc9
Commit
c317bdc9
authored
Jul 31, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-arrange KRBVERS postition
Suggested by: Daniel Kalchev <daniel@digsys.bg>
parent
c114bf33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
src/backend/Makefile
src/backend/Makefile
+7
-9
No files found.
src/backend/Makefile
View file @
c317bdc9
...
@@ -7,7 +7,7 @@
...
@@ -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
...
@@ -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)
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment