diff options
author | Marc G. Fournier | 1998-03-01 04:47:38 +0000 |
---|---|---|
committer | Marc G. Fournier | 1998-03-01 04:47:38 +0000 |
commit | 56b3182241347aacb7b4c47519f009ffa2b57aa8 (patch) | |
tree | bd6f3caf19abe173617ca8632828f8e0faf4d04f /src/backend/port/dynloader/univel.c | |
parent | 5b3e78afe3b207e5db91853f03a90f37e0fdb35f (diff) |
From: "Billy G. Allie" <[email protected]>
The following patches will allow postgreSQL 6.3 to compile and run on a
UNIXWARE 2.1.2 system with the native C compiler with the following library
change:
The alloca function must be copied from the libucb.a archive and added
to the libgen.a archive.
Also, the GNU flex program is needed to successfully build postgreSQL.
Diffstat (limited to 'src/backend/port/dynloader/univel.c')
-rw-r--r-- | src/backend/port/dynloader/univel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/dynloader/univel.c b/src/backend/port/dynloader/univel.c index d0cd246636e..98b6d61d30e 100644 --- a/src/backend/port/dynloader/univel.c +++ b/src/backend/port/dynloader/univel.c @@ -1,4 +1,4 @@ /* Dummy file used for nothing at this point * * see univel.h - */
+ */ |