Date: Mon, 22 Mar 2004 13:48:09 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Clement Laforet <clement@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/opensc-esteid Makefile ports/security/opensc-esteid/files patch-aa Message-ID: <20040322214809.GA20364@xor.obsecurity.org> In-Reply-To: <200403222129.i2MLTgFA067118@repoman.freebsd.org> References: <200403222129.i2MLTgFA067118@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 22, 2004 at 01:29:42PM -0800, Clement Laforet wrote: > clement 2004/03/22 13:29:42 PST >=20 > FreeBSD ports repository >=20 > Modified files: > security/opensc-esteid Makefile=20 > Added files: > security/opensc-esteid/files patch-aa=20 > Log: > Set -fPIC in the correct way. > Maintainer informed. > =20 That's still not right. lib.a files should not be compiled with -fPIC; if the program wants to link the libscrandom.a into a lib.so, then you either need to make it libscrandom.so or implement some other suitable solution like making an internal-only lib.a that is compiled with -fPIC and only used for linking into the lib.so, but is not installed. Kris --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAX18YWry0BWjoQKURArJOAJ9hEkYIw0E3KrTZG2GpEgn4Mu8PJgCaAuws +gAtYXloL9dgj3EiutKG0go= =Mh0F -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040322214809.GA20364>