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

2007-01-14 Thread Marko Kreen
On 1/8/07, Magnus Hagander [EMAIL PROTECTED] 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

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

2007-01-14 Thread Magnus Hagander
Marko Kreen wrote: On 1/8/07, Magnus Hagander [EMAIL PROTECTED] 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

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

2007-01-14 Thread Marko Kreen
On 1/14/07, Magnus Hagander [EMAIL PROTECTED] 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

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

2007-01-14 Thread Alvaro Herrera
Marko Kreen wrote: On 1/14/07, Magnus Hagander [EMAIL PROTECTED] 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

[PATCHES] vcbuild optional packages

2007-01-08 Thread Magnus Hagander
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. //Magnus Index: src\tools\msvc/mkvcbuild.pl ===

Re: [PATCHES] vcbuild optional packages

2007-01-08 Thread Tom Lane
Magnus Hagander [EMAIL PROTECTED] writes: 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. Applied. regards, tom lane