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

Commit0aa4cfc

Browse files
committed
the i386_solaris port requires inet_aton.o
Pointed out by Mark Wahl
1 parent8487628 commit0aa4cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/port/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# be converted to Method 2.
2020
#
2121
# IDENTIFICATION
22-
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.7 1997/01/13 16:47:52 momjian Exp $
22+
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.8 1997/01/22 04:15:53 scrappy Exp $
2323
#
2424
#-------------------------------------------------------------------------
2525

@@ -31,7 +31,7 @@ else
3131

3232
OBJS =$(PORTNAME)/SUBSYS.o
3333

34-
ifneq (,$(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/))
34+
ifneq (,$(findstring /$(PORTNAME)/, /i386_solaris/sparc_solaris/ultrix4/nextstep/))
3535
# Other ports get the inet_aton() function from their standard C libraries.
3636
OBJS += inet_aton.o
3737
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp