Re: latest pgcrypto patches cause compile errors - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: latest pgcrypto patches cause compile errors
Date
Msg-id 20050710181029.GA31498@l-t.ee
Whole thread Raw
In response to Re: latest pgcrypto patches cause compile errors  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: latest pgcrypto patches cause compile errors
List pgsql-hackers
On Sun, Jul 10, 2005 at 11:37:22AM -0400, Bruce Momjian wrote:
> Marko Kreen wrote:
> > I see from buildfarm, that pgcrypto fails to build on a
> > non-OpenSSL machine.  The reason for it is a stale openssl/bn.h
> > include in pgp-pubdec.c.  I did not spot it, as even for
> > --without-openssl build I still had OpenSSL intalled.
> 
> Removed from CVS.

One more failure:

http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=cicada&dt=2005-07-10%2017:39:18

I think this is because we don't have -lz in SHLIB_LINK.
Following patch fixes it.

-- 
marko



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: latest pgcrypto patches cause compile errors
Next
From: Marko Kreen
Date:
Subject: Re: latest pgcrypto patches cause compile errors