Page MenuHomeFreeBSD

www/chromium: Fix build on aarch64
ClosedPublic

Authored by manu on Sep 17 2018, 4:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 26, 8:45 AM
Unknown Object (File)
Oct 14 2024, 10:47 AM
Unknown Object (File)
Oct 9 2024, 6:00 PM
Unknown Object (File)
Oct 3 2024, 5:54 AM
Unknown Object (File)
Oct 2 2024, 1:10 PM
Unknown Object (File)
Oct 1 2024, 11:59 AM
Unknown Object (File)
Sep 27 2024, 2:18 PM
Unknown Object (File)
Sep 18 2024, 5:49 PM
Subscribers

Details

Summary

arm64 doesn't have elf_aux_info and FreeBSD doesn't support getauxval.
For both boringssl and zlib disable the feature checking until we have
a way to expose those feature to the user.
Remove a patch (patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c) which is a no op
as all the code in under OPENSSL_LINUX which isn't defined.

Test Plan

poudriere ok.
successfully tested on a PineBook.

Diff Detail

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

Event Timeline

www/chromium/Makefile
67 ↗(On Diff #48129)

It was ok before.

208–210 ↗(On Diff #48129)

You need a:

.else
PLIST_SUB+= NOT_ARCH64=""
In D17207#366948, @bapt wrote:

what @mat says :)

What @mat and @bapt say ;)

cpm retitled this revision from www/chromium Fix build on aarch64 to www/chromium: Fix build on aarch64.Sep 23 2018, 11:17 PM
manu edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Oct 30 2018, 7:56 AM
This revision was automatically updated to reflect the committed changes.