[Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Mar 2024 09:43:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021
--- Comment #85 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
It seems to me that ${WRKSRC}/browser/app/moz.build should be patched to also
link libm when linking firefox or firefox-bin binaries.
Perhaps the following would be added
OS_LIBS += [
"m",
]
Naturally, I have not yet tested this as well :)
Sometimes -Wl,--as-needed option of the linker is always used as a convenience
option, but it is probably the original meaning of this option to be used for
libm :)
--
You are receiving this mail because:
You are the assignee for the bug.