rmottola / Arctic-Fox

Web Browser for Mac OS X 10.6+, Linux (PowerPC, x86, amd64, ARM, MIPS), NetBSD, OpenBSD, and Windows XP.
Other
290 stars 35 forks source link

FreeBSD fails to link arc4random #139

Open rmottola opened 1 year ago

rmottola commented 1 year ago

On older version of FreeBSD it continues to build.

rmottola commented 7 months ago

This seems to be compiler dependent and FreeBSD version dependent

On 12.4 gcc 10: broken (used to work!) gcc 13: broken clang 10: broken clang6 : works clang7: works clang8: works (compiles, but generated binary is unstable)