Subject: Re: CVS commit: pkgsrc/security/openssl
To: Eric Haszlakiewicz <erh@nimenees.com>
From: grant beattie <grant@NetBSD.org>
List: pkgsrc-changes
Date: 12/04/2003 16:35:27
On Wed, Dec 03, 2003 at 02:21:56PM -0600, Eric Haszlakiewicz wrote:

> > Does this mean that under AIX, you don't have libssl.so* and
> > libcrypto.so*?
> > 
> > (I am curious, because I just fixed PLIST.linux because it was empty and
> > I added the missing files.)
> 	yes, that's correct.  AIX only has .a libraries, regardless of whether
> it's intended to be statically or dynamically linked.  Everything is PIC.

then you probably *do* want to list libssl.so and libcrypto.so, given
that the shlib handling now does .so -> .a for AIX, or these files
will be missed in package registration...

g.