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

Commit89439b8

Browse files
committed
Set shlib naming convention on Cygwin to 'cygFOO.dll', which appears
to be the platform standard. This should fix recursive-rule breakagedue to recent Makefile changes. Per discussion.
1 parent5337ad4 commit89439b8

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.95 2005/07/13 17:00:44 tgl Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.96 2005/08/07 19:02:08 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -234,7 +234,7 @@ ifeq ($(PORTNAME), unixware)
234234
endif
235235

236236
ifeq ($(PORTNAME), cygwin)
237-
shlib= $(NAME)$(DLSUFFIX)
237+
shlib=cyg$(NAME)$(DLSUFFIX)
238238
# needed for /contrib modules, not sure why
239239
SHLIB_LINK+= $(LIBS)
240240
haslibarule = yes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp