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
e795b563
Commit
e795b563
authored
Feb 07, 2009
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ecpg requires libpq; add Makefile rules to require libpq to be built
first. Alvaro Herrera
parent
952fe78a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
+8
-2
No files found.
src/interfaces/ecpg/ecpglib/Makefile
View file @
e795b563
...
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.6
2 2009/01/14 14:54:35 petere
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.6
3 2009/02/07 17:17:34 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -42,7 +42,13 @@ ifeq ($(PORTNAME), win32)
SHLIB_LINK
+=
-lshfolder
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
include
$(top_srcdir)/src/Makefile.shlib
...
...
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