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, Jan 15, 5:41 AM
Unknown Object (File)
Nov 21 2024, 4:54 PM
Unknown Object (File)
Oct 26 2024, 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
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.