Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 8 Mar 2022 00:25:19 +0000
From: naruto canada <narutocanada@...il.com>
To: musl@...ts.openwall.com
Subject: found 2 browsers that are easy to compile for 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).

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.