[Bug 278638] www/librewolf builds on arm64.aarch64 but will not run

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 29 Apr 2024 10:28:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278638

--- Comment #3 from void@f-m.fm ---
(In reply to Martin Filla from comment #1)

On this platform (arm64) I rebuilt with this in poudriere's make.conf:

.if ${.CURDIR:M*/www/firefox}
LDFLAGS+=       -lm
.endif
#
.if ${.CURDIR:M*/www/librefox}
LDFLAGS+=       -lm
.endif

suggested in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021#c41
because of all the methods in the above ticket, it seems to be the easiest.

thanks again for the solution

-- 
You are receiving this mail because:
You are the assignee for the bug.