Skip to content

Commit e93ad53

Browse files
committed
FreeBSD has libreadline,but not libhistory...
Change Makefile so that it can be commented out in Makefile.global
1 parent 1054d35 commit e93ad53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/Makefile

Lines changed: 2 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.4 1996/07/25 20:01:51 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.4.2.1 1996/08/19 19:32:58 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -30,7 +30,7 @@ ifeq ($(USE_READLINE), true)
3030
# CFLAGS += -DOLD_READLINE
3131

3232
LIBCURSES= -lcurses
33-
LD_ADD += -L$(READLINE_LIBDIR) -L$(HISTORY_LIBDIR) -lreadline -lhistory $(LIBCURSES)
33+
LD_ADD += -L$(READLINE_LIB) -L$(HISTORY_LIB) $(LIBCURSES)
3434
# use the following if your readline has no separate history lib
3535
# LD_ADD += -L$(READLINE_LIBDIR) -lreadline $(LIBCURSES)
3636

0 commit comments

Comments
 (0)