OSSystems / meta-browser

OpenEmbedded/Yocto BSP layer for Web Browsers
MIT License
183 stars 189 forks source link

chromium: Fix ARM build with recent glibc #730

Closed MaxIhlenfeldt closed 1 year ago

MaxIhlenfeldt commented 1 year ago

As discussed in https://github.com/OSSystems/meta-browser/pull/729.

MaxIhlenfeldt commented 1 year ago

@nrpt-m can you please do a test build on master for qemuarm to make sure I got everything right?

nrpt-m commented 1 year ago

@nrpt-m can you please do a test build on master for qemuarm to make sure I got everything right?

@MaxIhlenfeldt Have built and tested successfully qemuarm in master branch.

MaxIhlenfeldt commented 1 year ago

Thank you both!

kraj commented 1 year ago

btw. see this https://github.com/madler/zlib/pull/764 you might want to use that one.

rakuco commented 1 year ago

Thanks, I've subscribed to that PR too. Too bad that issues and PRs in that repository are not acted upon very actively.

In this specific case I think both approaches work since these internal zlib files that do include gzguts.h do not use time types anywhere.