Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit86b5545

Browse files
committed
Adjust SHLIB_LINK for cygwin case.
Reini Urban
1 parentc47fc6d commit86b5545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.shlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.87 2004/11/16 21:51:13 tgl Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.88 2004/11/17 17:08:15 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -219,7 +219,7 @@ endif
219219
ifeq ($(PORTNAME), cygwin)
220220
shlib= $(NAME)$(DLSUFFIX)
221221
# needed for /contrib modules, not sure why
222-
SHLIB_LINK+=-lpgport
222+
SHLIB_LINK+=$(LIBS)
223223
haslibarule = yes
224224
endif
225225

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp