Page MenuHomeFreeBSD

multimedia/xvid: link with -znotext on i386
ClosedPublic

Authored by emaste on Sep 17 2018, 1:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 26 2024, 5:44 AM
Unknown Object (File)
Jun 24 2024, 6:34 PM
Unknown Object (File)
Jun 14 2024, 4:09 PM
Unknown Object (File)
Jun 7 2024, 7:58 AM
Unknown Object (File)
Jun 3 2024, 6:15 AM
Unknown Object (File)
May 20 2024, 11:44 PM
Unknown Object (File)
May 20 2024, 11:44 PM
Unknown Object (File)
May 20 2024, 11:44 PM
Subscribers

Details

Summary

This port links some non-PIC code, which fails with lld as it defaults to disallowing relocations against read-only segments. For i386 we can just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's existing default.

PR: 230208

Aside: as I am not a ports committer I'm looking for one to provide explicit approval for commit.

Diff Detail

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

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 18 2018, 4:04 PM
This revision was automatically updated to reflect the committed changes.