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
Unknown Object (File)
Thu, Dec 5, 12:15 PM
Unknown Object (File)
Nov 25 2024, 10:15 AM
Unknown Object (File)
Nov 23 2024, 11:25 PM
Unknown Object (File)
Nov 22 2024, 1:22 PM
Unknown Object (File)
Nov 21 2024, 4:19 AM
Unknown Object (File)
Oct 20 2024, 8:42 PM
Unknown Object (File)
Oct 20 2024, 8:42 PM
Unknown Object (File)
Oct 20 2024, 8:42 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.