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)
Fri, Mar 6, 3:56 AM
Unknown Object (File)
Wed, Mar 4, 5:20 PM
Unknown Object (File)
Tue, Feb 24, 11:55 PM
Unknown Object (File)
Mon, Feb 23, 10:06 AM
Unknown Object (File)
Sun, Feb 22, 11:17 AM
Unknown Object (File)
Sun, Feb 22, 11:17 AM
Unknown Object (File)
Jan 31 2026, 2:43 AM
Unknown Object (File)
Jan 1 2026, 2:15 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.