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)
Feb 10 2024, 1:51 PM
Unknown Object (File)
Feb 10 2024, 1:51 PM
Unknown Object (File)
Feb 10 2024, 1:51 PM
Unknown Object (File)
Feb 10 2024, 1:38 PM
Unknown Object (File)
Dec 20 2023, 1:19 AM
Unknown Object (File)
Dec 9 2023, 5:42 AM
Unknown Object (File)
Dec 7 2023, 1:57 PM
Unknown Object (File)
Nov 19 2023, 4:35 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 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.