diff options
| author | Marc G. Fournier | 1996-07-15 19:10:32 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1996-07-15 19:10:32 +0000 |
| commit | 76145bd74b0fcf367200b2cf09f8858df8db7d53 (patch) | |
| tree | 6060671652215b581a0090818e52ebb574f64826 /src | |
| parent | 3a2a3689b84608c2f16ff4016b929611344dbeb5 (diff) | |
Makefile.global changes to show option -DOPENLINK_PATCHES
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.global | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index fe62cc596cd..c4d5a3f5987 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.2 1996/07/13 07:37:33 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.3 1996/07/15 19:10:32 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -62,6 +62,10 @@ PORTNAME= BSD44_derived LEX = flex LDADD+= -L/usr/local/lib -lfl +# Uncomment the following to bring in changes by OpenLink +# See README.OPENLINK for applied patches +# CFLAGS+= -DOPENLINK_PATCHES + # POSTGRESLOGIN is the login name of the user who gets special # privileges within the database. By default it is "postgres", but # you can change it to any existing login name (such as your own @@ -72,7 +76,7 @@ POSTGRESLOGIN= postgres # For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR # and other target destinations are rooted. Of course, each of these is # changable separately. -POSTGRESDIR= /usr/local/pg95 +POSTGRESDIR= /home/staff/scrappy/cvs/postgres95 # SRCDIR specifies where the source files are. SRCDIR= $(POSTGRESDIR)/src |
