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

Commit68de42d

Browse files
committed
Change to handle bsdi 3.0.
1 parent60e6d6f commit68de42d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎src/Makefile.global

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.93 1997/01/1416:10:54 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.94 1997/01/1422:58:10 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -409,7 +409,10 @@ ifeq ($(PRE_BSDI_2_1), false)
409409
# cc is gcc v1.42
410410
# gcc is gcc v2.7.2
411411
LEX= lex
412-
LDADD_BE= -ltermcap -ldl -lipc
412+
LDADD_BE= -ltermcap -ldl
413+
ifeq ($(shell uname -r), 2.1)
414+
LDADD_BE+= -lipc
415+
endif
413416
else
414417
# cc is gcc v1.42
415418
# gcc is gcc v2.6.3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp