From owner-cvs-all@FreeBSD.ORG Mon Mar 22 13:48:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B3D516A4CE; Mon, 22 Mar 2004 13:48:10 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB1643D31; Mon, 22 Mar 2004 13:48:09 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (ad9c6e020b78f94ea0f6d25b912b34c1@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203])i2MLm9td019616; Mon, 22 Mar 2004 13:48:09 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4627651BB5; Mon, 22 Mar 2004 13:48:09 -0800 (PST) Date: Mon, 22 Mar 2004 13:48:09 -0800 From: Kris Kennaway To: Clement Laforet Message-ID: <20040322214809.GA20364@xor.obsecurity.org> References: <200403222129.i2MLTgFA067118@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <200403222129.i2MLTgFA067118@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/opensc-esteid Makefile ports/security/opensc-esteid/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 21:48:10 -0000 --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/--