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

Commit30c63f4

Browse files
committed
More threading cleanups.
1 parente8dd317 commit30c63f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/interfaces/libpq/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.84 2003/08/08 02:46:40 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.85 2003/08/08 02:55:08 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -51,7 +51,7 @@ crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c: %.c : $
5151

5252
# compile this with thread flags
5353
thread.o: thread.c
54-
$(CC)$(CFLAGS)$(THREAD_CFLAGS) -c thread.c
54+
$(CC)$(CFLAGS)$(CPPFLAGS)$(THREAD_CFLAGS) -c thread.c
5555

5656
dllist.c:$(backend_src)/lib/dllist.c
5757
rm -f$@&&$(LN_S)$<.

‎src/port/Makefile

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

99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/port/Makefile,v 1.4 2003/06/14 14:35:42 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/port/Makefile,v 1.5 2003/08/08 02:55:08 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -23,7 +23,7 @@ libpgport.a: $(LIBOBJS)
2323
$(AR) crs$@$^
2424

2525
thread.o: thread.c
26-
$(CC)$(CFLAGS)$(THREAD_CFLAGS) -c thread.c
26+
$(CC)$(CFLAGS)$(CPPFLAGS)$(THREAD_CFLAGS) -c thread.c
2727

2828
cleandistcleanmaintainer-clean:
2929
rm -f libpgport.a$(LIBOBJS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp