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
76145bd7
Commit
76145bd7
authored
Jul 15, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.global changes to show option -DOPENLINK_PATCHES
parent
3a2a3689
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/Makefile.global
src/Makefile.global
+6
-2
No files found.
src/Makefile.global
View file @
76145bd7
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.
2 1996/07/13 07:37:33
scrappy Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.
3 1996/07/15 19:10:32
scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
...
...
@@ -62,6 +62,10 @@ PORTNAME= BSD44_derived
LEX
=
flex
LDADD
+=
-L
/usr/local/lib
-lfl
# Uncomment the following to bring in changes by OpenLink
# See README.OPENLINK for applied patches
# CFLAGS+= -DOPENLINK_PATCHES
# POSTGRESLOGIN is the login name of the user who gets special
# privileges within the database. By default it is "postgres", but
# you can change it to any existing login name (such as your own
...
...
@@ -72,7 +76,7 @@ POSTGRESLOGIN= postgres
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
# and other target destinations are rooted. Of course, each of these is
# changable separately.
POSTGRESDIR
=
/
usr/local/pg
95
POSTGRESDIR
=
/
home/staff/scrappy/cvs/postgres
95
# SRCDIR specifies where the source files are.
SRCDIR
=
$(POSTGRESDIR)
/src
...
...
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