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
46be09e9
Commit
46be09e9
authored
Mar 24, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert ill-conceived change of libpq linkage --- breaks ecpg.
parent
0dca4fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
src/Makefile.global.in
src/Makefile.global.in
+2
-12
No files found.
src/Makefile.global.in
View file @
46be09e9
# -*-makefile-*-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.21
0 2005/03/24 19:33:32 momjian
Exp $
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.21
1 2005/03/24 23:53:48 tgl
Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
...
...
@@ -306,17 +306,7 @@ libpq_srcdir = $(top_srcdir)/src/interfaces/libpq
libpq_builddir
=
$(top_builddir)
/src/interfaces/libpq
endif
# Force clients to pull symbols from the non-shared library libpgport
# rather than pulling some libpgport symbols from libpq just because
# libpq uses those functions too. This makes applications less
# dependent on changes in libpq's usage of pgport. To do this we link to
# pgport before libpq. This does cause duplicate -lpgport's to appear
# on client link lines.
ifdef
PGXS
libpq
=
-L
$(libdir)
-lpgport
-L
$(libpq_builddir)
-lpq
else
libpq
=
-L
$(top_builddir)
/src/port
-lpgport
-L
$(libpq_builddir)
-lpq
endif
libpq
=
-L
$(libpq_builddir)
-lpq
# If doing static linking, shared library dependency can't be
# used so we specify pthread libs for every usage of libpq
...
...
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