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
F161920363: D28865.diff
Wed, Jul 8, 12:59 AM
Unknown Object (File)
Thu, Jul 2, 5:05 PM
Unknown Object (File)
Thu, Jul 2, 6:35 AM
Unknown Object (File)
Tue, Jun 30, 3:34 PM
Unknown Object (File)
Wed, Jun 17, 10:35 AM
Unknown Object (File)
Wed, Jun 17, 3:13 AM
Unknown Object (File)
Sat, Jun 13, 8:40 PM
Unknown Object (File)
Fri, Jun 12, 12:22 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.