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)
Sun, May 4, 10:03 AM
Unknown Object (File)
Apr 1 2025, 4:40 PM
Unknown Object (File)
Apr 1 2025, 4:36 PM
Unknown Object (File)
Mar 9 2025, 6:40 AM
Unknown Object (File)
Feb 23 2025, 11:04 PM
Unknown Object (File)
Feb 23 2025, 4:54 AM
Unknown Object (File)
Feb 22 2025, 5:57 AM
Unknown Object (File)
Feb 21 2025, 4:38 PM
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 Skipped
Unit
Tests Skipped

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.