Page MenuHomeFreeBSD

Use -fPIC on all arches; lua builds the object files into a shared lib.
ClosedPublic

Authored by ian on Feb 20 2016, 3:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 2:16 PM
Unknown Object (File)
Sat, May 4, 2:16 PM
Unknown Object (File)
Sat, May 4, 2:16 PM
Unknown Object (File)
Fri, May 3, 12:27 AM
Unknown Object (File)
Tue, Apr 30, 12:44 AM
Unknown Object (File)
Sat, Apr 27, 3:12 AM
Unknown Object (File)
Fri, Apr 26, 5:42 AM
Unknown Object (File)
Thu, Apr 25, 8:11 AM
Subscribers
None

Details

Summary

Since the object files get built into a shared lib, using -fPIC on all arches is the right thing to do, instead of adding it to each new arch that comes along which doesn't accidentally allow non-PIC modules in shared libs.

This fixes PR 207324

Test Plan

Build- and run-tested on i386, amd64, arm, armv6.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ian retitled this revision from to Use -fPIC on all arches; lua builds the object files into a shared lib..
ian updated this object.
ian edited the test plan for this revision. (Show Details)
ian added reviewers: mat, sbruno.
ian set the repository for this revision to rP FreeBSD ports repository.
mat edited edge metadata.
This revision is now accepted and ready to land.Feb 20 2016, 10:29 AM
This revision was automatically updated to reflect the committed changes.