mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Erk, missed adding the required ilbrary itself
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.23 1996/08/21 03:59:59 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.24 1996/08/21 04:03:32 scrappy Exp $
|
||||||
#
|
#
|
||||||
# NOTES
|
# NOTES
|
||||||
# This is seen by any Makefiles that include mk/postgres.mk. To
|
# This is seen by any Makefiles that include mk/postgres.mk. To
|
||||||
@@ -158,11 +158,11 @@ USE_READLINE= true
|
|||||||
|
|
||||||
# directories for the readline and history libraries.
|
# directories for the readline and history libraries.
|
||||||
READLINE_INC= -I/home/tools/include
|
READLINE_INC= -I/home/tools/include
|
||||||
READLINE_LIB= -L/home/tools/lib
|
READLINE_LIB= -L/home/tools/lib -lreadline
|
||||||
|
|
||||||
# use the following if your readline has a separate history lib
|
# use the following if your readline has a separate history lib
|
||||||
#HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline
|
#HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline
|
||||||
#HISTORY_LIB= -L/home/tools/lib
|
#HISTORY_LIB= -L/home/tools/lib -lhistory
|
||||||
|
|
||||||
# If you do not plan to use Host based authentication,
|
# If you do not plan to use Host based authentication,
|
||||||
# comment out the following line
|
# comment out the following line
|
||||||
|
Reference in New Issue
Block a user