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
e795b563
Commit
e795b563
authored
16 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
ecpg requires libpq; add Makefile rules to require libpq to be built
first. Alvaro Herrera
parent
952fe78a
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/interfaces/ecpg/ecpglib/Makefile
+8
-2
8 additions, 2 deletions
src/interfaces/ecpg/ecpglib/Makefile
with
8 additions
and
2 deletions
src/interfaces/ecpg/ecpglib/Makefile
+
8
−
2
View file @
e795b563
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.6
2
2009/0
1/14 14:54:35 petere
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.6
3
2009/0
2/07 17:17:34 momjian
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -42,7 +42,13 @@ ifeq ($(PORTNAME), win32)
...
@@ -42,7 +42,13 @@ ifeq ($(PORTNAME), win32)
SHLIB_LINK
+=
-lshfolder
SHLIB_LINK
+=
-lshfolder
endif
endif
all
:
all-lib
all
:
libpq pgtypeslib all-lib
libpq
:
$(
MAKE
)
-C
$(
top_builddir
)
/src/interfaces/libpq all
pgtypeslib
:
$(
MAKE
)
-C
$(
top_builddir
)
/src/interfaces/ecpg/pgtypeslib all
# Shared library stuff
# Shared library stuff
include
$(top_srcdir)/src/Makefile.shlib
include
$(top_srcdir)/src/Makefile.shlib
...
...
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