Re: [PATCHES] vcbuild optional packages - Mailing list pgsql-patches

From Magnus Hagander
Subject Re: [PATCHES] vcbuild optional packages
Date
Msg-id 45AA16EF.7010204@hagander.net
Whole thread Raw
In response to Re: [PATCHES] vcbuild optional packages  ("Marko Kreen" <markokr@gmail.com>)
Responses Re: [PATCHES] vcbuild optional packages  ("Marko Kreen" <markokr@gmail.com>)
List pgsql-patches
Marko Kreen wrote:
> On 1/8/07, Magnus Hagander <magnus@hagander.net> wrote:
>> This patch fixes vcbuild so you can build without OpenSSL and libz
>> should you want to. This disables the sslinfo and pgcrypto modules
>> because they require the libraries to build at all.
>
> Both openssl and zlib are optional for pgcrypto.  Please
> look at the real Makefile.  (Put -DDISABLE_ZLIB into CFLAGS.)
>

Ah, I see. Will have to take a look at that later then.

Is there any reason why the check is "backwards" in pgcrypto compared to
the rest of the system? All the other places check for HAVE_ZLIB from
what I can tell.

//Magnus

pgsql-patches by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: [PATCHES] vcbuild optional packages
Next
From: "Pavel Stehule"
Date:
Subject: scrollable cursor sup. for SPI