meta-browser icon indicating copy to clipboard operation
meta-browser copied to clipboard

chromium: libsync includes the nonexistant `sys/cdefs.h` in musl

Open concatime opened this issue 2 years ago • 19 comments

Hi, when building Chromium v94.0.4606.61, I get:

In file included from ../chromium-94.0.4606.61/third_party/libsync/src/sync.c:30:
../chromium-94.0.4606.61/third_party/libsync/src/include/sync/sync.h:22:10: fatal error: 'sys/cdefs.h' file not found
#include <sys/cdefs.h>
         ^~~~~~~~~~~~~

Shouldn’t there be a patch for libsync in the musl directory too ?

Also... thank you for the awesomeness of this project, very helpful!

concatime avatar Oct 25 '21 00:10 concatime