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)
Mon, May 27, 4:38 PM
Unknown Object (File)
Sun, May 26, 8:22 PM
Unknown Object (File)
May 15 2024, 4:58 PM
Unknown Object (File)
May 3 2024, 6:15 AM
Unknown Object (File)
Apr 29 2024, 8:49 AM
Unknown Object (File)
Apr 25 2024, 12:13 AM
Unknown Object (File)
Apr 24 2024, 2:03 AM
Unknown Object (File)
Apr 21 2024, 8:12 PM
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

Lint
Lint Skipped
Unit
Tests Skipped

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.