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

Commit4855d7e

Browse files
committed
Allow compiles for Cygwin /contrib modules.
Reini Urban
1 parentae1703d commit4855d7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/Makefile.shlib

Lines changed: 3 additions & 1 deletion
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.83 2004/10/1309:51:47 momjian Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.84 2004/10/1310:20:04 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -216,6 +216,8 @@ endif
216216

217217
ifeq ($(PORTNAME), cygwin)
218218
shlib= $(NAME)$(DLSUFFIX)
219+
# needed for /contrib modules, not sure why
220+
SHLIB_LINK+= -lpgport
219221
endif
220222

221223
ifeq ($(PORTNAME), win32)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp