Page MenuHomeFreeBSD

net-mgmt/aircrack-ng: fix build on powerpc*
ClosedPublic

Authored by pkubaj on Jul 23 2019, 6:38 PM.
Tags
None
Referenced Files
F124958349: D21040.id60278.diff
Fri, Aug 1, 5:58 PM
Unknown Object (File)
Sat, Jul 26, 9:17 PM
Unknown Object (File)
Jun 28 2025, 2:22 PM
Unknown Object (File)
Jun 22 2025, 3:12 AM
Unknown Object (File)
Jun 20 2025, 6:41 AM
Unknown Object (File)
Jun 7 2025, 12:06 AM
Unknown Object (File)
May 10 2025, 8:45 PM
Unknown Object (File)
Apr 23 2025, 11:00 PM
Subscribers
None

Details

Summary

FreeBSD doesn't have bits/hwcap.h header and elf_aux_info needs to be used instead of getauxval.

On powerpc platforms there are libraries for Altivec installed and no libraries for AVX and SSE are installed.

PR: 239319

Diff Detail

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

Event Timeline

linimon added inline comments.
net-mgmt/aircrack-ng/Makefile
51 ↗(On Diff #60058)

may I ask that these be sorted alpha? I'm trying to make that consistent everywhere.

This revision is now accepted and ready to land.Jul 29 2019, 8:24 PM
This revision was automatically updated to reflect the committed changes.