cvs commit: ports/security/opensc-esteid Makefile ports/security/opensc-esteid/files patch-aa

Kris Kennaway kris at obsecurity.org
Mon Mar 22 13:48:10 PST 2004


On Mon, Mar 22, 2004 at 01:29:42PM -0800, Clement Laforet wrote:
> clement     2004/03/22 13:29:42 PST
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     security/opensc-esteid Makefile 
>   Added files:
>     security/opensc-esteid/files patch-aa 
>   Log:
>   Set -fPIC in the correct way.
>   Maintainer informed.
>   

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20040322/ff76b4ab/attachment.bin


More information about the cvs-ports mailing list