Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41d0b14

Browse files
committed
Quick fix for compiling psql...
1 parent99dc4e3 commit41d0b14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/Makefile.global

Lines changed: 5 additions & 5 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.22 1996/08/20 05:04:06 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.23 1996/08/21 03:59:59 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -157,12 +157,12 @@ EUROPEAN_DATES = 1
157157
USE_READLINE= true
158158

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

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp