netflixmedia / pathfinder-pki

Automatically exported from code.google.com/p/pathfinder-pki
2 stars 0 forks source link

Add explicit link flags for LD #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Normally, calls to the linker (ld) from gcc result in dangerous default
behaviour where ld would attempt to implicitly satisfy link requirements.
Fedora 13 turns off this behaviour, requiring explicit linking. See more:

http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking

Attached is a simple patch that fixes this problem.

Original issue reported on code.google.com by mricon on 15 Feb 2010 at 1:53

Attachments:

GoogleCodeExporter commented 8 years ago
I believe this is now fixed (and should be fixed for a Debian bug for the same 
problem)

Original comment by ppatt...@gmail.com on 1 Nov 2011 at 7:01