Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
41d0b147
Commit
41d0b147
authored
28 years ago
by
Marc G. Fournier
Browse files
Options
Downloads
Patches
Plain Diff
Quick fix for compiling psql...
parent
99dc4e3b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.global
+5
-5
5 additions, 5 deletions
src/Makefile.global
with
5 additions
and
5 deletions
src/Makefile.global
+
5
−
5
View file @
41d0b147
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.2
2
1996/08/2
0
0
5:04:06
scrappy Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.2
3
1996/08/2
1
0
3:59:59
scrappy Exp $
#
#
# NOTES
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
# This is seen by any Makefiles that include mk/postgres.mk. To
...
@@ -157,12 +157,12 @@ EUROPEAN_DATES = 1
...
@@ -157,12 +157,12 @@ EUROPEAN_DATES = 1
USE_READLINE
=
true
USE_READLINE
=
true
# directories for the readline and history libraries.
# directories for the readline and history libraries.
READLINE_INC
DIR
=
-I
/home/tools/include
READLINE_INC
=
-I
/home/tools/include
READLINE_LIB
DIR
=
-L
/home/tools/lib
READLINE_LIB
=
-L
/home/tools/lib
# use the following if your readline has a separate history lib
# use the following if your readline has a separate history lib
#HISTORY_INC
DIR
= -I/home/tools/include -I/home/tools/include/readline
#HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline
#HISTORY_LIB
DIR
= -L/home/tools/lib
#HISTORY_LIB= -L/home/tools/lib
# If you do not plan to use Host based authentication,
# If you do not plan to use Host based authentication,
# comment out the following line
# comment out the following line
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment