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

Commitae1703d

Browse files
committed
Enable static lib builds on Win32 and Cygwin.
1 parent04a1a24 commitae1703d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎src/Makefile.shlib

Lines changed: 1 addition & 7 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.82 2004/10/12 22:20:17 momjian Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.83 2004/10/13 09:51:47 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -249,9 +249,6 @@ all-static-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h li
249249

250250
all-shared-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h $(shlib)
251251

252-
ifneq ($(PORTNAME), cygwin)
253-
ifneq ($(PORTNAME), win32)
254-
255252
ifndef LORDER
256253
MK_NO_LORDER := true
257254
endif
@@ -264,9 +261,6 @@ else
264261
endif
265262
$(RANLIB) $@
266263

267-
endif # not win32
268-
endif # not cygwin
269-
270264
ifeq ($(enable_shared), yes)
271265

272266
ifneq ($(PORTNAME), win32)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp