mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] found 2 browsers that are easy to compile for musl
@ 2022-03-08  0:25 naruto canada
  0 siblings, 0 replies; only message in thread
From: naruto canada @ 2022-03-08  0:25 UTC (permalink / raw)
  To: musl

hi

I found 2 browsers that are easy to compile for musl.
netsurf (3.9) (quite functional) (no patch required)
palemoon (firefox forked) (3 lines of patches required)
sed -i "s/PTHREAD_MUTEX_ADAPTIVE_NP/PTHREAD_MUTEX_DEFAULT/"
platform/memory/mozjemalloc/jemalloc.c
sed -i "s/PTHREAD_MUTEX_ADAPTIVE_NP/PTHREAD_MUTEX_DEFAULT/"
platform/nsprpub/pr/src/pthreads/ptsynch.c
sed -i "s/PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP/PTHREAD_MUTEX_INITIALIZER/"
platform/memory/mozjemalloc/jemalloc.c

NOTE: the patches do not take performance into consideration, only
easy to apply.
Other privacy related patches might be needed (or not).

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-08  0:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08  0:25 [musl] found 2 browsers that are easy to compile for musl naruto canada

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).