From: | "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | PostgreSQL supported platform report and a patch. |
Date: | 2002-11-07 03:57:26 |
Message-ID: | 200211070357.gA73vQx05466@bajor.mug.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-ports |
I am including a set of 4 small patches that enable PostgreSQL 7.3b3 to build
successfully on OpenUnix 8.0. These same patches should also work for UnixWare
7.x. I will confirm that tomorrow (Nov 7, 2002).
Here is an explanation of the patches:
1. An update of the FAQ_SCO file.
2. This patch removes a static declaration of a in-line function in
src/backend/utils/sort/tuplesort.c
3. This patch to src/makefiles/Makefile.unixware, together with the patch to
src/Makefile.global.in allows any addition library search directories (added
with the configure --with-libraries option) to be added to the rpath option
sent to the linker. The use of a different variable to pass the addition
search paths was necessary to avoid a circular reference to LDFLAGS.
4. This patch creates the variable (trpath) used by the patch to
Makefile.unixware. This patch would also be for other platforms that would
have to add the additional library search paths to the rpath linker option.
See Makefile.unixware for an example of how to do this.
After applying these patches, PostgreSQL successfully compiled on OpenUnix 8
and it passed all the regression tests.
Attachment | Content-Type | Size |
---|---|---|
ou8.patch.20021106 | text/plain | 2.4 KB |
unknown_filename | text/plain | 199 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-11-07 03:59:52 | Re: RC1 on Friday? |
Previous Message | Bruce Momjian | 2002-11-07 03:56:57 | Re: Win32 port |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-11-07 04:03:18 | Re: [HACKERS] PostgreSQL supported platform report and a patch. |
Previous Message | Tom Lane | 2002-11-06 00:36:20 | Re: [HACKERS] openbsd 3.2, postgresql 7.3beta3 and openssl 'e_os.h' include |