Date: Sat, 13 Jan 2024 11:50:00 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276143] multimedia/gpac-libgpac: fix build with clang 18 Message-ID: <bug-276143-12827-25h5OjBsZh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276143-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-276143-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276143 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch 2024Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D74d5c907fed3d518be93dacc31af854= 51c18be2d commit 74d5c907fed3d518be93dacc31af85451c18be2d Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-01-06 08:43:34 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-01-13 11:49:13 +0000 multimedia/gpac-libgpac: fix build with clang 18 Clang 18 no longer accepts -export-dynamic, which is a linker option, resulting in an error building multimedia/gpac-libgpac: cc: error: unknown argument: '-export-dynamic' Fix this by using the correct spelling, -Wl,--export-dynamic. PR: 276143 MFH: 2024Q1 (cherry picked from commit a235c289356ba567b7c44591216564c73505cf03) multimedia/gpac-libgpac/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276143-12827-25h5OjBsZh>