Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4455ba2

Browse files
committed
Erk, missed adding the required ilbrary itself
1 parent 41d0b14 commit 4455ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile.global

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.23 1996/08/21 03:59:59 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.24 1996/08/21 04:03:32 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -158,11 +158,11 @@ USE_READLINE= true
158158

159159
# directories for the readline and history libraries.
160160
READLINE_INC= -I/home/tools/include
161-
READLINE_LIB= -L/home/tools/lib
161+
READLINE_LIB= -L/home/tools/lib -lreadline
162162

163163
# use the following if your readline has a separate history lib
164164
#HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline
165-
#HISTORY_LIB= -L/home/tools/lib
165+
#HISTORY_LIB= -L/home/tools/lib -lhistory
166166

167167
# If you do not plan to use Host based authentication,
168168
# comment out the following line

0 commit comments

Comments
 (0)