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
86b55452
Commit
86b55452
authored
Nov 17, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust SHLIB_LINK for cygwin case.
Reini Urban
parent
c47fc6d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Makefile.shlib
src/Makefile.shlib
+2
-2
No files found.
src/Makefile.shlib
View file @
86b55452
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
# Copyright (c) 1998, Regents of the University of California
#
#
# IDENTIFICATION
# IDENTIFICATION
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.8
7 2004/11/16 21:51:13
tgl Exp $
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.8
8 2004/11/17 17:08:15
tgl Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -219,7 +219,7 @@ endif
...
@@ -219,7 +219,7 @@ endif
ifeq
($(PORTNAME), cygwin)
ifeq
($(PORTNAME), cygwin)
shlib
=
$(NAME)$(DLSUFFIX)
shlib
=
$(NAME)$(DLSUFFIX)
# needed for /contrib modules, not sure why
# needed for /contrib modules, not sure why
SHLIB_LINK
+=
-lpgport
SHLIB_LINK
+=
$(LIBS)
haslibarule
=
yes
haslibarule
=
yes
endif
endif
...
...
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