]> granicus.if.org Git - postgresql/commitdiff
- added -ltermcap to LIBS in bin/psql/Makefile
authorMarc G. Fournier <scrappy@hub.org>
Fri, 19 Jul 1996 06:53:40 +0000 (06:53 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 19 Jul 1996 06:53:40 +0000 (06:53 +0000)
- submitted by: Bruce Momjian (root@candle.pha.pa.us)

src/bin/psql/Makefile

index 8e6ab5bb4f11b579904dc54c591b7c627fa741a2..43e1ac14a4655bc232b123edd0bfdfcdf8c4ba5c 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # 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
 # CFLAGS += -DOLD_READLINE
 
-   LIBCURSES=  -lcurses
+   LIBCURSES=  -lcurses -ltermcap
    LD_ADD += -L$(READLINE_LIBDIR) -L$(HISTORY_LIBDIR) -lreadline -lhistory $(LIBCURSES)
 # use the following if your readline has no separate history lib
 #   LD_ADD += -L$(READLINE_LIBDIR) -lreadline $(LIBCURSES)