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
755b1f65
Commit
755b1f65
authored
28 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Re-add -lipc to bsdi port after erroneous removal.
parent
18205276
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.global
+3
-3
3 additions, 3 deletions
src/Makefile.global
with
3 additions
and
3 deletions
src/Makefile.global
+
3
−
3
View file @
755b1f65
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.9
1
1997/01/14
08:19:41 bry
an
h
Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.9
2
1997/01/14
16:06:03 momji
an Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
...
...
@@ -409,7 +409,7 @@ ifeq ($(PRE_BSDI_2_1), false)
# cc is gcc v1.42
# gcc is gcc v2.7.2
LEX
=
lex
LDADD_BE
=
-ltermcap
-ldl
LDADD_BE
=
-ltermcap
-ldl
-lipc
else
# cc is gcc v1.42
# gcc is gcc v2.6.3
...
...
@@ -417,7 +417,7 @@ else
# use the regex library
USE_REGEX
=
1
CFLAGS_BE
=
-DPRE_BSDI_2_1
LDADD_BE
=
-ldld
-lcompat
LDADD_BE
=
-ldld
-lcompat
-lipc
endif
DLSUFFIX
=
.o
...
...
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