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

Commit76145bd

Browse files
committed
Makefile.global changes to show option -DOPENLINK_PATCHES
1 parent3a2a368 commit76145bd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎src/Makefile.global

Lines changed: 6 additions & 2 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.2 1996/07/13 07:37:33 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.3 1996/07/15 19:10:32 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -62,6 +62,10 @@ PORTNAME=BSD44_derived
6262
LEX = flex
6363
LDADD+= -L/usr/local/lib -lfl
6464

65+
# Uncomment the following to bring in changes by OpenLink
66+
# See README.OPENLINK for applied patches
67+
# CFLAGS+=-DOPENLINK_PATCHES
68+
6569
# POSTGRESLOGIN is the login name of the user who gets special
6670
# privileges within the database. By default it is "postgres", but
6771
# you can change it to any existing login name (such as your own
@@ -72,7 +76,7 @@ POSTGRESLOGIN=postgres
7276
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
7377
# and other target destinations are rooted. Of course, each of these is
7478
# changable separately.
75-
POSTGRESDIR=/usr/local/pg95
79+
POSTGRESDIR=/home/staff/scrappy/cvs/postgres95
7680

7781
# SRCDIR specifies where the source files are.
7882
SRCDIR=$(POSTGRESDIR)/src

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp