Page MenuHomeFreeBSD

net/packetdrill: Fix build with default PIE.
ClosedPublic

Authored by dgr_semihalf.com on Feb 22 2021, 3:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 5:31 AM
Unknown Object (File)
Tue, Oct 7, 2:54 AM
Unknown Object (File)
Sat, Sep 27, 3:16 AM
Unknown Object (File)
Thu, Sep 25, 6:18 AM
Unknown Object (File)
Mon, Sep 22, 7:14 AM
Unknown Object (File)
Sep 7 2025, 10:41 PM
Unknown Object (File)
Sep 7 2025, 10:44 AM
Unknown Object (File)
Sep 7 2025, 10:02 AM
Subscribers
None

Details

Summary

PIE with static libraries is currently unsupported in FreeBSD, which
results in multiple errors when building with PIE. Explicitly disable
PIE for now.

PR: 253275

Diff Detail

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

Event Timeline

dgr_semihalf.com created this revision.
This revision is now accepted and ready to land.Feb 22 2021, 5:12 PM
This revision was automatically updated to reflect the committed changes.