Re: [PATCHES] vcbuild optional packages

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Marko Kreen <markokr(at)gmail(dot)com>
Cc: PGSQL-Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PATCHES] vcbuild optional packages
Date: 2007-01-14 11:41:35
Message-ID: 45AA16EF.7010204@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Marko Kreen wrote:
> On 1/8/07, Magnus Hagander <magnus(at)hagander(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2007-01-14 13:11:54 pgsql: Add support for xmlval IS DOCUMENT expression.
Previous Message Marko Kreen 2007-01-14 11:21:37 Re: [PATCHES] vcbuild optional packages

Browse pgsql-patches by date

  From Date Subject
Next Message Pavel Stehule 2007-01-14 12:57:09 scrollable cursor sup. for SPI
Previous Message Marko Kreen 2007-01-14 11:21:37 Re: [PATCHES] vcbuild optional packages