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

Commitde2c665

Browse files
committed
Move -lpgport to the beginning of the library list for win32 linking.
1 parent36ae5ef commitde2c665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.188 2004/05/23 15:24:32 tgl Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.189 2004/06/02 21:05:52 momjian Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -343,7 +343,7 @@ endif
343343
LIBOBJS = @LIBOBJS@ exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o
344344

345345
ifneq (,$(LIBOBJS))
346-
LIBS+= -lpgport
346+
LIBS:= -lpgport$(LIBS)
347347
LDFLAGS := -L$(top_builddir)/src/port$(LDFLAGS)
348348
endif
349349

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp