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)
Fri, Oct 17, 9:33 PM
Unknown Object (File)
Mon, Oct 13, 1:06 AM
Unknown Object (File)
Sun, Oct 12, 5:11 PM
Unknown Object (File)
Sep 15 2025, 9:36 PM
Unknown Object (File)
Sep 10 2025, 8:49 PM
Unknown Object (File)
Sep 10 2025, 2:24 AM
Unknown Object (File)
Sep 10 2025, 2:09 AM
Unknown Object (File)
Sep 9 2025, 12:43 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

Lint
Lint Skipped
Unit
Tests Skipped

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.