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

Commitaac4839

Browse files
committed
fixed usuage of -ltermcap for psql
submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1 parent9e0a8d4 commitaac4839

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎src/bin/psql/Makefile

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/bin/psql/Makefile,v 1.3 1996/07/20 07:40:03 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.4 1996/07/25 20:01:51 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -42,18 +42,21 @@ ifeq ($(USE_READLINE), true)
4242
else
4343
ifeq ($(PORTNAME), linux)
4444
LD_ADD += -ltermcap
45-
endif
45+
else
4646
ifeq ($(PORTNAME), next)
4747
LD_ADD += -ltermcap
48+
else
4849
ifeq ($(PORTNAME), bsdi)
4950
LD_ADD += -ltermcap
51+
else
5052
ifeq ($(PORTNAME), bsdi_2_1)
5153
LD_ADD += -ltermcap
5254
endif
5355
endif
5456
endif
5557
endif
5658
endif
59+
endif
5760
else
5861
CFLAGS += -DNOREADLINE
5962
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp