Skip to content

Commit aac4839

Browse files
committed
fixed usuage of -ltermcap for psql
submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1 parent 9e0a8d4 commit aac4839

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy