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, Oct 9, 8:01 AM
Unknown Object (File)
Thu, Oct 9, 2:14 AM
Unknown Object (File)
Fri, Sep 19, 1:38 AM
Unknown Object (File)
Sep 17 2025, 11:15 AM
Unknown Object (File)
Sep 16 2025, 6:40 AM
Unknown Object (File)
Sep 16 2025, 2:05 AM
Unknown Object (File)
Sep 16 2025, 2:05 AM
Unknown Object (File)
Sep 16 2025, 2:05 AM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25471
Build 24090: arc lint + arc unit

Event Timeline

linimon added inline comments.
net-mgmt/aircrack-ng/Makefile
51

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.