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

From Marko Kreen
Subject Re: [PATCHES] vcbuild optional packages
Date
Msg-id e51f66da0701140819qa361c42x948e254a84a4ac98@mail.gmail.com
Whole thread Raw
In response to Re: [PATCHES] vcbuild optional packages  (Magnus Hagander <magnus@hagander.net>)
Responses Re: [PATCHES] vcbuild optional packages  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches
On 1/14/07, Magnus Hagander <magnus@hagander.net> wrote:
> 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.

Eh, just an oversight from my part.  I was so focused on Makefile
hacking so I forgot to check if there is already a define
somewhere.  And its reverse to have less clutter in command-line
in default case.

Attached patch replaces unnecessary DISABLE_ZLIB define in
pgcrypto with HAVE_LIBZ from core.  Result is bit simpler
Makefile which is only good.

--
marko

Attachment

pgsql-patches by date:

Previous
From: "Gurjeet Singh"
Date:
Subject: Re: [PATCHES] [HACKERS] [Fwd: Index Advisor]
Next
From: Alvaro Herrera
Date:
Subject: Re: [PATCHES] vcbuild optional packages