- added -ltermcap to LIBS in bin/psql/Makefile
- submitted by: Bruce Momjian (root@candle.pha.pa.us)
This commit is contained in:
parent
2ab6d1f125
commit
df1a06ed37
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.1.1.1 1996/07/09 06:22:15 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.2 1996/07/19 06:53:40 scrappy Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ ifeq ($(USE_READLINE), true)
|
|||||||
# uncomment this
|
# uncomment this
|
||||||
# CFLAGS += -DOLD_READLINE
|
# CFLAGS += -DOLD_READLINE
|
||||||
|
|
||||||
LIBCURSES= -lcurses
|
LIBCURSES= -lcurses -ltermcap
|
||||||
LD_ADD += -L$(READLINE_LIBDIR) -L$(HISTORY_LIBDIR) -lreadline -lhistory $(LIBCURSES)
|
LD_ADD += -L$(READLINE_LIBDIR) -L$(HISTORY_LIBDIR) -lreadline -lhistory $(LIBCURSES)
|
||||||
# use the following if your readline has no separate history lib
|
# use the following if your readline has no separate history lib
|
||||||
# LD_ADD += -L$(READLINE_LIBDIR) -lreadline $(LIBCURSES)
|
# LD_ADD += -L$(READLINE_LIBDIR) -lreadline $(LIBCURSES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user