From 56b3182241347aacb7b4c47519f009ffa2b57aa8 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 1 Mar 1998 04:47:38 +0000 Subject: From: "Billy G. Allie" 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. --- src/backend/port/dynloader/univel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/port/dynloader/univel.c') diff --git a/src/backend/port/dynloader/univel.c b/src/backend/port/dynloader/univel.c index d0cd246636..98b6d61d30 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 - */ + */ -- cgit v1.2.1