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

Commit2a23229

Browse files
committed
BSD$$_derived needs -ltermcap for psql
1 parent4455ba2 commit2a23229

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/bin/psql/Makefile

Lines changed: 5 additions & 1 deletion
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.5 1996/08/20 05:04:13 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.6 1996/08/2104:06:01 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -49,6 +49,10 @@ ifeq ($(USE_READLINE), true)
4949
else
5050
ifeq ($(PORTNAME), bsdi_2_1)
5151
LD_ADD += -ltermcap
52+
else
53+
ifeq ($(PORTNAME), BSD44_derived)
54+
LD_ADD += -ltermcap
55+
endif
5256
endif
5357
endif
5458
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp