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)
Wed, Apr 3, 4:02 AM
Unknown Object (File)
Jan 18 2024, 1:39 PM
Unknown Object (File)
Dec 22 2023, 10:59 PM
Unknown Object (File)
Nov 29 2023, 6:34 PM
Unknown Object (File)
Nov 27 2023, 3:28 AM
Unknown Object (File)
Nov 11 2023, 2:28 AM
Unknown Object (File)
Nov 9 2023, 9:22 AM
Unknown Object (File)
Oct 10 2023, 1:25 AM
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 Skipped
Unit
Tests Skipped

Event Timeline

www/chromium/Makefile
67

It was ok before.

208–210

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.