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

Commitbf65d73

Browse files
committed
Add thread library to libpgport creation.
1 parentc6719a2 commitbf65d73

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/port/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# with broken/missing library files.
88

99
# IDENTIFICATION
10-
# $PostgreSQL: pgsql/src/port/Makefile,v 1.14 2004/05/25 01:00:30 momjian Exp $
10+
# $PostgreSQL: pgsql/src/port/Makefile,v 1.15 2004/05/30 14:07:47 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -16,10 +16,9 @@ top_builddir = ../..
1616
include$(top_builddir)/src/Makefile.global
1717

1818
overrideCPPFLAGS := -I$(top_builddir)/src/port$(CPPFLAGS)
19+
LIBS +=$(PTHREAD_LIBS)
1920

20-
ifdefLIBOBJS
2121
all: libpgport.a
22-
endif
2322

2423
libpgport.a:$(LIBOBJS)
2524
$(AR)$(AROPT)$@$^

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp